Hello all, I am using the select component searchable, however it seems like my logic is not working correctly I copied the example from the repo, the problem is if i type something the first time around and is not found I get the no options however if i erase everything the second time around it doesn't show the no optionsI created a small repro to show this https://codesandbox.io/p/sandbox/festive-gagarin-4lwoxs
#Select not found
7 messages · Page 1 of 1 (latest)
It seems to be working fine on codesandbox, I do not see any issues there
This happens because your values are not unique – all values are #
Ohhh, ok so both values and labels should be unique. Thank you, that makes sense!
No, only values are required to be unique