react-multi-select-component icon indicating copy to clipboard operation
react-multi-select-component copied to clipboard

"Name" property of the Component

Open mosope02 opened this issue 2 years ago • 0 comments

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

mosope02 avatar Mar 11 '23 16:03 mosope02