tbleckert / react-select-search

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

Update documentation regarding IE11 support #116

Closed dfdeagle47 closed 3 years ago

dfdeagle47 commented 3 years ago

Thank you @tbleckert for this awesome lib. Unfortunately, the lack of IE11 support out of the box tripped me up. As mentioned https://github.com/tbleckert/react-select-search/issues/96, it might be a good idea to document how to use this lib with IE11 support to avoid any unexpected issues.

This adds a section in the README highlighting the need to use the CommonJS build for IE11 support, instead of the default (ESM) build which specifically excludes IE11 support.

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/k9svuj091
✅ Preview: https://react-select-se-git-fork-dfdeagle47-docs-ie11-support-in-8b20fd.tbleckert.vercel.app

tbleckert commented 3 years ago

@dfdeagle47 Awesome, thank you! Much appreciated 🙏