08-31-2023, 10:07 PM
(This post was last modified: 08-31-2023, 10:08 PM by Alexandre Machado.)
The standard <select> element doesn't allow you to programmatically drop down the list. This is not a limitation but it is by design of the HTML element.
Maybe you should have a look at the IWSelect control which allows finer control. The IWSelect is a combobox on steroids with many more options:
https://github.com/Atozed/IntraWeb/tree/...i/IWSelect
In one of the items of that demo (at least the multiple selection list) the list will drop down automatically when the first key is pressed which allows a nice usability and doesn't break the page navigation via keyboard.
Maybe you should have a look at the IWSelect control which allows finer control. The IWSelect is a combobox on steroids with many more options:
https://github.com/Atozed/IntraWeb/tree/...i/IWSelect
In one of the items of that demo (at least the multiple selection list) the list will drop down automatically when the first key is pressed which allows a nice usability and doesn't break the page navigation via keyboard.

