Unplanned
Last Updated: 27 Apr 2021 10:23 by ADMIN
Matthew
Created on: 28 Jul 2020 09:36
Category: KendoReact
Type: Feature Request
6
Feature request: Add an onSpin event to numeric textbox like kendoUI
See here:

https://demos.telerik.com/kendo-ui/numerictextbox/events

We would like this as we need to distinguish between a change due to a user typing and a change due to a spin.

To hack around this we will probably need to create a DOM event on click on the spin buttons or something
1 comment
ADMIN
Stefan
Posted on: 28 Jul 2020 10:45

Hello, Matthew,

Thank you for the request.

I made this request public, so the community can vote for the feature as this is how prioritize the requests.

Currently, a possible way to check this is to see the type of the nativeEvent as it will be `click` only when the spin buttons are clicked:

https://stackblitz.com/edit/react-afimm1?file=app/main.jsx

Regards,
Stefan
Progress Telerik