react-tailwindcss-select
react-tailwindcss-select copied to clipboard
Placeholder type too limited
From a Typescript standpoint, you currently you only accept a string
as a placeholder (although in reality we can pass a component).
Passing a component allows us to style the placeholder in order to change its color. Could you please update the type to accept string | React.Node
?