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
As of currently, Autocomplete does not have an onSubmit prop and has minimal styling.
Objectives:
add onSubmit handler
add SearchField as a child to mirror the styling (with search icon)
Looking through other components and making a POC currently, essentially mirror most of the functionality of SearchableSingleSelect, with some reduction in code (such as locking in a selection)
The text was updated successfully, but these errors were encountered:
As of currently, Autocomplete does not have an onSubmit prop and has minimal styling.
Objectives:
Looking through other components and making a POC currently, essentially mirror most of the functionality of SearchableSingleSelect, with some reduction in code (such as locking in a selection)
The text was updated successfully, but these errors were encountered: