i-like-robots / react-tag-autocomplete

⚛️ A simple, accessible, tagging component ready to drop into your React projects (new repo)
https://i-like-robots.github.io/react-tag-autocomplete/
ISC License
178 stars 12 forks source link

startWithFirstOption doesn't update when filtering suggestions #28

Closed tarngerine closed 1 year ago

tarngerine commented 1 year ago
  1. Go to demo site: https://i-like-robots.github.io/react-tag-autocomplete/
  2. Enable start with first option in the top demo
  3. Focus input, see Afghanistan is selected
  4. Type "p", see Cape Verde is selected
  5. Press enter

Expected: Cape Verde added Actual: Afghanistan added

i-like-robots commented 1 year ago

Thank you for the report @tarngerine and I confirm I recreate this issue too.

tarngerine commented 1 year ago

thank you! may i ask when could a release be made?