We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Use the following "script":
$input = $('#validated_input') $form = $input.closest('form') $input.data('changed', true) $input.isValid($form[0].ClientSideValidations.settings.validators)
It might not work for multiple inputs selected at once by $input.
$input
It also works with the whole form by calling $form.isValid(...) instead.
$form.isValid(...)
Gem version 3.2.7, 4.2.4