codegouvfr / react-dsfr

🇫🇷 The French Government Design system React toolkit
https://react-dsfr.codegouv.studio
MIT License
416 stars 56 forks source link

Select id native props #212

Closed Thorekt closed 10 months ago

Thorekt commented 10 months ago

Hi,

In Input.tsx, you can give an 'id 'to the input by passing id in "nativeInputProps".

In Select.tsx you can't give an 'id' to the select even by putting it in "nativeSelectProps".

I suggest to look what is done in Input.tsx and do the same in Select.tsx

I can give more informations if you need.

garronej commented 10 months ago

Hey @Thorekt,

Thanks for reporting, it's fixed.
A new version is being deployed.