I tweaked the code from here https://www.telerik.com/kendo-react-ui/components/grid/filtering/#toc-column-menu-filter so that ProductName column uses the ColumnMenu. Here is sample app https://stackblitz.com/edit/react-3fufmw?file=app/main.jsx
In this example, why can I press the "enter" key to apply a text filter (e.g. the ProductName column), but for a number filter, the enter key does not apply and I have to click on the filter button?
Is this a bug? How can i make the "enter" key work with number filter?
Steps
click on ProductName hamburger menu, enter "ch", then press "enter" key while focused on text input. The filter is applied
click on ProductID hamburger menu, enter "1", then press "enter" key while focused on text input. The filter is not applied.
Thanks.