Requirement: The input field should open the "number" key pad on touch/tap in the iPad. But at the same time , the field should accept "characters" or "special chars" typed after typing the number. This is not working if we use input type "number" in our xml view. The value is getting captured as null if user types in characters after the numbers. Any workarounds to achieve alpha numeric entries in "number" type inputs?
↧