Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Working Sample : https://stackblitz.com/edit/react-txde9n-vthabn?file=index.js
(When using keyup event the modified value is retrieved from the value)
Non Working Sample: https://stackblitz.com/edit/react-txde9n-zeq56e?file=index.js
(But when using keypress and keydown event the modified value is not retrieved)
Expected: In alert box the value should be updated.
Actual: The value is not updated