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?