Hi,
I am using NumericTextbox in a web application, when testing it on desktop chrome its' working fine but on Android's Chrome(samsung s4) and IOS's Safari (iPhone 6 plus)it behave very strangely. as
1- Alphanumeric keyboard is showing and user can enter any char. including alphabets
2- Max attribute is not working
3- Format is not applying
Here is my declaring code:
<input data-role="numerictextbox" data-format="n0" data-min="0" data-max="100" />
Thanks