h5Validate
h5Validate copied to clipboard
type="number" should be validated as a number field
I can enter non numeric fields in firefox and it doesn't prevent me submitting them either.
Are you talking about the type="number"
HTML5 input type?
yes, but maybe I'm doing it wrong.
any examples I can look at?
On 14/05/2013, at 3:46 AM, Eric Elliott [email protected] wrote:
Are you talking about the type="number" HTML5 input type?
— Reply to this email directly or view it on GitHubhttps://github.com/dilvie/h5Validate/issues/78#issuecomment-17828031 .
Add class="h5-number"
and see if that works for you.
In the mean time, I should wire this up so it works automatically. Thanks for bringing this up. =)
thanks for looking into this so promptly
paul
On 14/05/2013, at 10:27 AM, Eric Elliott [email protected] wrote:
In the mean time, I should wire this up so it works automatically. Thanks for bringing this up. =)
— Reply to this email directly or view it on GitHubhttps://github.com/dilvie/h5Validate/issues/78#issuecomment-17849901 .
No problem. =)