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
When using <sui-select> up/down arrows of keyboard do not respond to keypress. In the current version it just fallback to browser behavior (move scroll of page in my machine).
The desired behavior, and the one from the framework (and html standard), is to open the select options when downarrow key is pressed on keyboard.
The text was updated successfully, but these errors were encountered:
genuinefafa
changed the title
keyboard behavior un sui-select is not as framework nor standard html
keyboard behavior for sui-select is not as framework nor standard html
Jun 24, 2017
In a similar vein to this, I've also added full tab support to this branch for the dropdown, search & select components. This means, as in Semantic UI, it is possible to tab between these components (as in tab and shift+tab) and they'll automatically open and close as they gain and lose focus.
Bug description:
When using
<sui-select>
up/down arrows of keyboard do not respond to keypress. In the current version it just fallback to browser behavior (move scroll of page in my machine).The desired behavior, and the one from the framework (and html standard), is to open the select options when downarrow key is pressed on keyboard.
Demo links:
Version of Angular, ng2-semantic-ui, and Semantic UI:
Angular: 4.1.3
ng2-semantic-ui: 0.8.4
Semantic UI: 2.2.10
The text was updated successfully, but these errors were encountered: