You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.
It would be of great helpful if there is an option to enable allow tab key to select the current active item as well, similar to enter key. A lot of people are having the habits of tab out input and expect the value to be committed.
The text was updated successfully, but these errors were encountered:
@atZhengda btw, I tried html <select> in various browsers (IE in RemoteApp, others on MacOS) - they all treating it differently. Webkit (on MacOS at least) just doesn't let you to use tab when option list is opened. Others seems to work as you described.
Also, there could be some tricky corner cases as our input content is editable.
It would be of great helpful if there is an option to enable allow tab key to select the current active item as well, similar to enter key. A lot of people are having the habits of tab out input and expect the value to be committed.
The text was updated successfully, but these errors were encountered: