You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need a way to invoke the onInputValueChange tagsInput hook not be invoked when the the onValueChange tagsInput hook is invoked
Ie. When we submit a tag by input keyboard enter instead of clicking the dropdown, both of the callbacks get called and we cannot handle the dropdown filter logic properly. onInputValueChange I just want to filter based of the input text so far and onValueChange I want to filter based of off what options there are left
Even the paid example has this bug with the filtering not working properly. If you select a number of options, then delete them all, and select another option again, all of the deleted options show up along with the new selected option
🐛 Bug report
Need a way to invoke the onInputValueChange tagsInput hook not be invoked when the the onValueChange tagsInput hook is invoked
Ie. When we submit a tag by input keyboard enter instead of clicking the dropdown, both of the callbacks get called and we cannot handle the dropdown filter logic properly. onInputValueChange I just want to filter based of the input text so far and onValueChange I want to filter based of off what options there are left
Even the paid example has this bug with the filtering not working properly. If you select a number of options, then delete them all, and select another option again, all of the deleted options show up along with the new selected option
https://www.loom.com/share/f33c9412b21f43cbbefb0ab951ac8b21
💥 Steps to reproduce
💻 Link to reproduction
CodeSandbox reproduction: https://your-codesandbox-link-goes-here.io
🧐 Expected behavior
I expect to be able to properly filter the dropdown items upon select as well as input type
🧭 Possible Solution
🌍 System information
📝 Additional information
The text was updated successfully, but these errors were encountered: