Forma 36 contribution proposal
The problem
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.
Forma 36 contribution proposal
The problem
We are currently using
Autocompletecomponent for multiselection, but we would like to migrate it properly toMultiselect. In our case we are usingisDisabledprop forAutocompleteto block the whole component before user interacts with another component which then triggers data fetching to populate ourAutocomplete. Unfortunately, current implementation ofMultiselectonly allows disabling single options in the dropdown.The proposed solution
Expand the interface of
Multiselectto accept disabled state which controls if the whole component can be interacted with, similar to the current behavior ofAutocomplete:Breaking changes
None.