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. In our case we are using isDisabled prop for Autocomplete to block the whole component before user interacts with another component which then triggers data fetching to populate our Autocomplete. Unfortunately, current implementation of Multiselect only allows disabling single options in the dropdown.
The proposed solution
Expand the interface of Multiselect to accept disabled state which controls if the whole component can be interacted with, similar to the current behavior of Autocomplete:
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
. In our case we are usingisDisabled
prop forAutocomplete
to block the whole component before user interacts with another component which then triggers data fetching to populate ourAutocomplete
. Unfortunately, current implementation ofMultiselect
only allows disabling single options in the dropdown.The proposed solution
Expand the interface of
Multiselect
to accept disabled state which controls if the whole component can be interacted with, similar to the current behavior ofAutocomplete
:Breaking changes
None.
The text was updated successfully, but these errors were encountered: