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.
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 ~ :input:enabled[data-validate]';
Requires this commit: Fix for #454