sergiodlopes / jquery-flexdatalist

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

Display all results by third-party action or event #150

Open VitaliyKuznetsov opened 6 years ago

VitaliyKuznetsov commented 6 years ago

Hello, can i display all results list by third-party action or event (by click on button as example)? I know about 'minLength' option but if i tried to focus input by button click list isn't displayed.

Case of using: user input something into input and click button which call a function with ajax and some logic. After loading of results they displays in datalist. But now user should remove/add letter for display results. It's possible to display list without additional user input?