react-tailwindcss-select icon indicating copy to clipboard operation
react-tailwindcss-select copied to clipboard

Tailwind Select Component for React.js

Results 41 react-tailwindcss-select issues
Sort by recently updated
recently updated
newest added

Hi, I just tried installing `react-tailwind-select`, but it failed due to missing typescript types. Looking at the project inside node_modules I see that there's a nested `dist` list folder inside...

Currently we have formatting functions for options and groups. However, atleast with my observations so far there is no function for the data inside the button itself. For my use...

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...

New feature for issue #18, issue #19 Code inspeciton is needed 👍

Hi there 👋 Thanks for woderful components. I have some idea for label styles. (highlight searchinput value) If you like it, i will make a PR ## Preview ### before...

enhancement

Hi! Your project is really great. It works really well for what I need but I did find some issues when trying to properly type my handler. Basically what I...

Hi Thanks for building this out. It really is useful. I am wondering If you have a plan on letting developers pass their own `filterOptions` function? It would be great...

Hi, first of all, awesome library for react select that write in tailwind I just wanna ask, how we can remove the indicator separator just like in react-select? I don't...

Please check the PR for issue #59 Here are the before and after screenshots: 1. Single select > > ↓↓↓ > 2. Multi select > > ↓↓↓ > Additionally, I've...

I'm trying to build a custom Select that matches my form text fields, but I can't access the prop types because they aren't exported from the library.