dsheiko / HTML5-Form-Shim

⛔️ [DEPRECATED] That is a jquery plugin, which emulates HTML5 Form Validation on old browsers. The plugin also allows to customize form submission validation tooltips and field validation callbacks (e.g. via XMLHttpRequest)
http://dsheiko.github.io/HTML5-Form-Shim/
71 stars 17 forks source link

Do you have an working example of type="time"? #17

Closed djlerman closed 9 years ago

djlerman commented 9 years ago

Is there a working example for type="time"?

The spinner for age is not working on the download nor on the demo site. http://dsheiko.github.io/HTML5-Form-Shim/

I assume that the spinner for time would be something similar. Thank You, ~Donavon

dsheiko commented 9 years ago

The shim doesn't contain any external widget attached to that type of input. There are only examples for attaching external widgets on color and date. As for age - it is input[type=number] and the shim validates by the element attributes max/min and that is the intend. Yet, Chrome provides a shadow DOM with custom controls on the input. Shim is ok with it unless you attach a 3rd party widget as shown in the example