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
We are currently using Autocomplete component for multiselection, but we would like to migrate it properly to Multiselect. To be able to reproduce the same functionality, we would need to be able to display error state which we originally pass via isInvalid prop.
The proposed solution
Expand the interface of Multiselect to accept invalid state if there are validation errors.
Breaking changes
None.
The text was updated successfully, but these errors were encountered:
Forma 36 contribution proposal
The problem
We are currently using
Autocomplete
component for multiselection, but we would like to migrate it properly toMultiselect
. To be able to reproduce the same functionality, we would need to be able to display error state which we originally pass viaisInvalid
prop.The proposed solution
Expand the interface of
Multiselect
to accept invalid state if there are validation errors.Breaking changes
None.
The text was updated successfully, but these errors were encountered: