For who needs to add support of H5F in Stepy plugin, just add this code:
jQuery.extend ({ validator: { setDefaults: function () { } } }); jQuery.fn.extend ({ validate: function () { return { element: function (field) { return field.get (0).checkValidity (); }, focusInvalid: function () { } } } });
There was an error while loading. Please reload this page.