sergiodlopes / jquery-flexdatalist

Flexible input autocomplete/datalist plugin for jQuery
http://projects.sergiodinislopes.pt/flexdatalist/
MIT License
365 stars 84 forks source link

Event before:flexdatalist.search with minLength = 0 is not called #249

Open Elikill58 opened 2 months ago

Elikill58 commented 2 months ago

Everything is in the title.

With minLength: 0, if you are listening on before:flexdatalist.search event, it will not be called when you simply click on the input. You have to write a char to make it called