i-like-robots / react-tags

⚛️ Legacy repo for the fantastically simple tagging component for your React projects (legacy repo)
http://i-like-robots.github.io/react-tags
MIT License
457 stars 171 forks source link

noSuggestionsText doesn't seem to work in 6.2.0 #253

Closed wisejayden closed 2 years ago

wisejayden commented 2 years ago

Expected behaviour

The noSuggestionsText prop should display the text if no suggestions are found.

Current behaviour

In the latest version, the provided string is not appearing when there are no suggestions To fix this issue you can rollback to version 6.1.0 and your noSuggestionsText will appear again.

Your environment

i-like-robots commented 2 years ago

I've not been able to recreate this issue I'm afraid. Checking the demo (running npm run dev on the main branch) the prompt is shown as expected.

Screenshot 2021-10-01 at 09 01 31

If you have any more specific debugging information to try and recreate any issue let me know.

i-like-robots commented 2 years ago

Closing due to inactivity.