Skip to content

Don't clear the text box value on blur #999

@CarlosLlongo

Description

@CarlosLlongo

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions