seawind543 / react-token-input

A react token (tag) input component. Allow customize data structure and Look & Feel
https://seawind543.github.io/react-token-input/
MIT License
28 stars 7 forks source link

doc: deprecate the polyfill from the demo page to avoid confusion #152

Open seawind543 opened 1 month ago

seawind543 commented 1 month ago

The polyfill file is applied for the demo page only, however it is in the repo of this library and confused people. Since the modern browser does not need polyfill, it should be fine to remove it from the demo page.