Hello,
We are using KendoReact 3.17.
I've tried to write a test using Jest and Enzyme to check if NumericTextBox will fire onChange callback when I'll change input.
Unfortunately, I'm not able to fire onChange callback within test.
I've created sandbox environment with test here:
https://codesandbox.io/s/react-enzyme-sandbox-forked-mtiuz?file=/src/components/Hello.test.js
Maybe there is other way I can test NumericTextBox to achieve same result?
Best regards,
Arek