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.