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
In a normal Combo Box, if we have multiple items starting with the same character, we must be able to jump to each item by keep on pressing the same character multiple times.
For example, if we have a list of items starting with A, (say Apple, April, Astro). By keeping on tapping A multiple times we must be able to jump from one selected item to another.
The text was updated successfully, but these errors were encountered:
I think this would also apply to Dropdown. I'm going to tag this as a feature request. We should be able to consider it as a part of our ComboBox/Dropdown refactor and have added it to that issue.
This is not the current design of the combo box. Our autocomplete allows you to type more than just the first character, so we wouldn't support this mode.
This issue has been automatically marked as stale because it has marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. Thank you for your contributions to Fabric React!
In a normal Combo Box, if we have multiple items starting with the same character, we must be able to jump to each item by keep on pressing the same character multiple times.
For example, if we have a list of items starting with A, (say Apple, April, Astro). By keeping on tapping A multiple times we must be able to jump from one selected item to another.
The text was updated successfully, but these errors were encountered: