I would like to add an input filed which accepts only whole number.
Although the documentation provides that I could use "Format" property, there is no "Format" property for the input field. control-text-input
Format – Whether the user input is restricted to numbers only or can be any text.
Currently, I check validation onChange. But I just want to know that is there any way rather than checking validation.
