Hi,
I think a tabindex property is needed in order to specify the tab order of the select element. Right now the select input gets a tabindex=0 but the possibility to override this value would be much appreciated.
Thanks!
I had a look into the source code and actually there is a tabIndex prop but the documentation doesn't say anything about it :)
Most helpful comment
I had a look into the source code and actually there is a
tabIndexprop but the documentation doesn't say anything about it :)