NumField-Validator works not correct
When I input a number and then letter into a NumField there is no error from the validator and chrome show the error “Uncaught TypeError: Cannot read property ‘validations’ of null mobl.js:1213”
And would it be possible, to format a numField that Android/iOs only show the keyboard with the digits?
Submitted by Meins on 4 May 2011 at 11:30
Issue Log
Can’t seem to reproduce this. The numeric input pad is coming in 0.4.5 (for iOS5 and Android 2.2 or 2.3, not sure).
I can no longer reproduce. Could have been resolved with the new version.
With the numField I mean, that the type in the source code is correct. For example, that the type of a numField is “number”, of a eMail-Field is “email” …
Now every Field has the type “text”.
I know what you meant, this is implemented for 0.4.5 (but only works in newer iOS/Android version).
Log in to post comments