kendo-react
kendo-react copied to clipboard
[Bug][ComboBox] onFilter does not trigger on the last character of the suggestion
I'm submitting a...
- Bug report
Current behavior
When both filter and suggestions are enabled, the first time the last character of a suggestion is typed, the onFilter event does not trigger.
Expected behavior
The onFilter event should trigger every time a character is typed.
Minimal reproduction of the problem with instructions
- Open the following example https://stackblitz.com/edit/react-ut2rgz?file=app%2Fapp.jsx.
- Type '1111' and the onFilter event will not trigger on the last character.
- Delete the last character and type it again, now the event will trigger.
Reported in Ticket: 1663149