Skip to content

[SelectField] Tabbing between form components always skips SelectField #5498

@djensen47

Description

@djensen47
  1. Create a form with many components.
  2. Include a SelectField
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    scope: selectChanges related to the select.type: bugIt doesn't behave as expected.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions