tbleckert / react-select-search

⚡️ Lightweight select component for React
https://react-select-search.com
MIT License
676 stars 149 forks source link

feat: add missing id attr support #114

Closed yhnavein closed 3 years ago

yhnavein commented 3 years ago

With this it's possible to add unique identifier to this component. It's very useful for automatic e2e tests :)

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/tbleckert/react-select-search/bhf2vbvhb
✅ Preview: https://react-select-search-git-fork-yhnavein-feat-id-support.tbleckert.vercel.app

tbleckert commented 3 years ago

Great addition, makes sense. Thank you!