onesine / react-tailwindcss-select

Tailwind Select Component for React.js
https://demo-react-tailwindcss-select.vercel.app/
MIT License
183 stars 38 forks source link

Custom data attachment to options #25

Closed Djboy08 closed 1 year ago

Djboy08 commented 1 year ago

Is there any plans to allow custom data to be attached to options? Ideally id love to just be able to access this data on the formatOptionLabel property, but sadly I can't do this and need to perform alternative lookups inside said function.

Breaking out of just the label and value would be nice

Djboy08 commented 1 year ago

This is my fault for not testing this lol