Closed Thorekt closed 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.
Hey @Thorekt,
Thanks for reporting, it's fixed. A new version is being deployed.
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.