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
I can't seem to find how to use a name property for this component as one would do with a basic HTML form element
Describe the solution you'd like
I'd like to be able to add the "name" property e.g <MultiSelect name='categories' options={categories} onChange={handleChange} hasSelectAll={false} disableSearch labelledBy='label' />
The text was updated successfully, but these errors were encountered:
I can't seem to find how to use a name property for this component as one would do with a basic HTML form element
Describe the solution you'd like
I'd like to be able to add the "name" property e.g
<MultiSelect name='categories' options={categories} onChange={handleChange} hasSelectAll={false} disableSearch labelledBy='label' />
The text was updated successfully, but these errors were encountered: