react-tailwindcss-select
react-tailwindcss-select copied to clipboard
Tailwind Select Component for React.js
Love this, great work. Is there a way to change the background colour of the component? Mine is always white, even with the following classnames: ``` classNames={{ menu: "absolute z-10...
I noticed that originally, the dropdown was set up to close after every selection which was removed because of this request https://github.com/onesine/react-tailwindcss-select/issues/2 however, just like you @onesine , I find...
Hi, in case the Select is close to the bottom of the page, it would be helpful to either specify the number of items been displayed in the dropdown or,...
Hi, I noticed that when I add a `hover:` selector into the string of custom classes, it does nothing on final result. Example using listItem key, when I have that...
Please make this user accessible, let's say we are tabbing around and we tab on this input and it opens but can't select up or down. This functionality would be...
Is there a reason for this value / why we can't edit this value? https://github.com/onesine/react-tailwindcss-select/blob/c187e4e06963042a2ff651e370174ff15ad86b88/src/components/Options.tsx#L103
The className for the following Element cannot be customized. It's hardcoded for "grow pl-2.5 py-2 pr-2 flex flex-wrap gap-1," but I would like to customize the style. https://github.com/onesine/react-tailwindcss-select/blob/93ca9fca4234fc7b8fdcd8783794449a5a3369d4/src/components/Select.tsx#L187
I wrote an article (https://www.megosolo.com/tech/tailwind-with-react-and-a-select-input/) that needs a few features on the pull request, and would be happy to see this library advanced.
I'm using tailwind but I still had to import the styles fyi
Now when the user provides classNames properties the lib will merge the classes provided by the user with the default ones, so we can customize some parts of the component...