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
When using Choices the search function is triggered by several non-character keys. Tab, the arrows, and a few are already excluded but there are a few more that I believe need to be added. In the long run, maybe after v2 is out and working smoothly, it might be worth exploring a more comprehensive mechanism for checking that the search string has actually changed since the last time we triggered it, but for now as a simple uncomplicated fix I recommend adding the following non-character keys to the exception list:
'Control', 'Alt', 'Home', 'End', 'PageUp', 'PageDown'
PR incoming.
The text was updated successfully, but these errors were encountered:
maryUI version
1.41.5
daisyUI version
4.5.0
Livewire version
3.5.12
What browsers are affected?
Firefox, Chrome, Safari, Microsoft Edge
What happened?
When using Choices the search function is triggered by several non-character keys. Tab, the arrows, and a few are already excluded but there are a few more that I believe need to be added. In the long run, maybe after v2 is out and working smoothly, it might be worth exploring a more comprehensive mechanism for checking that the search string has actually changed since the last time we triggered it, but for now as a simple uncomplicated fix I recommend adding the following non-character keys to the exception list:
'Control', 'Alt', 'Home', 'End', 'PageUp', 'PageDown'
PR incoming.
The text was updated successfully, but these errors were encountered: