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 works with the whole form too by using $form.isValid.
$form.isValid
Gem version 3.2.7