#Required prop in MultiSelect

1 messages · Page 1 of 1 (latest)

worthy horizon
#

I noticed that required prop is not added to the html input created when using MultiSelect. I wanted to ask if that's by design or if it's a small bug. It seems to be working correctly for the Select component.

I looked at the code of the Select and I see the spread of inputProps on the Mantine Input. On MultiSelect, it's missing. @sleek pecan can you confirm if that's by design?

sleek pecan
worthy horizon
#

Got it. I thought we might be able to add it to the <input /> that gets the placeholder.

sleek pecan