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
Continues off of #1110, we should re-configure some component/prop usage to direct people toward happy-path a11y outcomes, e.g. should we expose a Form.Dropdown component that is favored over using Dropdown directly so that adding Form.Field with label is a normal pattern in our usage. We could look into https://react-spectrum.adobe.com/react-aria/useSelect.html
The text was updated successfully, but these errors were encountered:
An additional benefit of pulling in useSelect is that we could improve the selection of dropdown options by allowing "type to jump" functionality, e.g. typing "Kan" would select "Kansas" amongst a list of states, rather than the single-selection tabbing we currently support.
Continues off of #1110, we should re-configure some component/prop usage to direct people toward happy-path a11y outcomes, e.g. should we expose a
Form.Dropdown
component that is favored over using Dropdown directly so that addingForm.Field
with label is a normal pattern in our usage. We could look into https://react-spectrum.adobe.com/react-aria/useSelect.htmlThe text was updated successfully, but these errors were encountered: