italia / design-react-kit

Il toolkit React conforme alle linee guida di design per i siti internet e i servizi digitali della PA.
https://italia.github.io/design-react-kit/
BSD 3-Clause "New" or "Revised" License
152 stars 80 forks source link

Select ignores props #1041

Closed Nick87 closed 3 months ago

Nick87 commented 3 months ago

Describe the bug The Select component ignores attributes like required or multiple, these are not propagated.

To Reproduce Steps to reproduce the behavior:

Provide a value, required, multiple attribute: they are simply ignored

Expected behavior The component must not ignore the provided props