i-like-robots/react-tags

noSuggestionsText doesn't seem to work in 6.2.0

wisejayden opened this issue · 2 comments

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

  • OS: Windows 10
  • Browser: chrome
  • React version: ^17.0.2

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.

Closing due to inactivity.