I have a simple webform targeted for Opera Mini and Opera Mobile. I'm using just a HTML input element.
Now I would like to restrict the element to only have integer numbers. Is there a way to enforce this in this browser (possible even that the phone will have it's number mode on when entering the form)?
And if I wanted to allow floats, is something possible then?