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' />
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' />