We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To enable the validation of select2 inputs on form Submission add the following to your javascript after requiring rails.validations
rails.validations
ClientSideValidations.selectors.validate_inputs += ', .select2-container:visible + :enabled[data-validate]'; ClientSideValidations.selectors.inputs += ', .select2-container:visible + :enabled[data-validate]';
There was an error while loading. Please reload this page.