We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.