Closed josecelano closed 10 years ago
Hi, josecelano,
It looks like that element type was overlooked when I added the HTML5 support. I can fix that soon.
Until then, you can enable it easily with the following line:
$.validity.settings.elementSupport += ", input[type='number']"
Fixed in this commit.
OK. Thank you very much. I am going to try it.
Wyatt, Could you update the 'build'?
That's my mistake, sorry. It's built and the feature should be available in v1.4.1.
Thank you!
Hi:
I use Symfony and number fields are rendered as <input type="number" ...> The library does not work in these cases.
I gues the library does not support HTML5.