select
select copied to clipboard
autoComplete in SeletProps
It would be useful to set the autoComplete prop to the search input element, but the autoComplete doesn't exist in the SelectPros interface.
The weird thing is that if you pass autoComplete it works, even with the Typescript error.
see https://codesandbox.io/s/select-autocomple-ghpxbm-ghpxbm?file=/App.tsx