react-multi-select-component
react-multi-select-component copied to clipboard
"Name" property of the Component
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' />