-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
Description
Hi!
I'm working with the remote source select. Right now, if you write something into the input, and then click anywhere else, the input text will dissapear.
I can prevent this by modifying the onBlur function:
var deactivate = function() {
self.close();
//self.setTextboxValue('');It would be nice to have an option so that the text will be preserved in the input, so that the user can click elsewhere, and later click in the input and continue typing.
Reactions are currently unavailable