-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
scope: selectChanges related to the select.Changes related to the select.type: bugIt doesn't behave as expected.It doesn't behave as expected.
Description
- Create a form with many components.
- Include a SelectField
- Press tabs once for each component
Expected behavior
After each tab press a new form item is focused until all are visited
Actual behavior
The SelectField is skipped over
This was actually mentioned in #714 and is was mistakenly closed when #846 was merged. The problem is that #846 is actually allowing you to tab between the MenuItems of a SelectField. What this issue and #714 was talking about id that you cannot reach a SelectField with tab keypresses.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
scope: selectChanges related to the select.Changes related to the select.type: bugIt doesn't behave as expected.It doesn't behave as expected.