Hello. We tried adding the read-only and restrictions props to the numeric text box for Kendo React but this props are not available right now only for Kendo Angular. We need the read-only props in our implementation and also the restriction functionality(the auto correct) as provided for Kendo Angular in the following examples
https://stackblitz.com/run/?file=app/app.component.ts
https://www.telerik.com/kendo-angular-ui/components/inputs/numerictextbox/precision/.
Right now if we enter min={0} and then we enter a value through the keyboard it allow us to insert a negative value that resets to 0 after unfocus. We need to prevent the user from inserting negative numbers as per the functionality in the Kendo Angular.
How can we achieve this?
Thank you.