Skip to content

Consider calling search callback after a blur ? #152

Description

@Intrepidd

Consider the following jsfiddle : https://jsfiddle.net/zL847sqy/

If you type : "title" then tab, then a value, then tab again (or click outside of the field), the search callback is not fired.

Of course one could use the blur callback (as commented in the fiddle) but this is unreliable as you would only want the callback to be fired after a change, not for each blur, imagine a search being performed live after each call to the search callback.

WDYT ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions