AuraQ / AutoCompleteForMendix

An autocomplete widget for mendix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto open

jandelange opened this issue · comments

An option which opens the dropdown list directly, so the user can start typing without any mouse click.
I have a situation where speed is important The customer has to do four things:

  • create record ( i did that with an hotkey )
  • the page opens and get focus on the autocompleteformendix witget
  • the customer should check the record ( sometimes a date should be modified )
  • Save and Print ( is also one hotkey )
    So everything is done with the keyboard except opening of the autocompleteformendix witget

I have added a new option 'Open on focus' (Control Display tab) that allows you to configure whether the dropdown should auto open or not.

This is available in v6.0.0 in the app store