-
Version of Devise: 4.3.0
Version of ClientSideValidations: 9.3.3
Version of Rails: 5.1.1
User model:
```
class User < ApplicationRecord
include DeviseAsync
devise :database_authenticatable,…
-
Hey I am working on webapp with framework [Materialize](http://materializecss.com/) Which uses the different method to show the error message. Instead of, showing the message in label , It uses data-e…
-
Hello, there!
I have a long form page, when i click Submit button I can't see error fields because they are out of my screen.
How to scroll to first top error filed after form submitting?
-
I see in the [wiki](https://github.com/bcardarella/client_side_validations/wiki/Paperclip) that there is a way to `validate_presence_of` a file uploaded with Paperclip, but was wondering if there was …
-
1. Version of ClientSideValidations: _9.3.3_
2. Version of Rails: _5.1.1_
3. Code snippet from your model of the validations:
```
class User < ApplicationRecord
include DeviseAsync
devise :d…
-
Hello,
I am using simple_form along with client side validations gem and mongoid:peperclip for the attachments, everything is working fine with one attachment but it is giving me issues with two fi…
-
Hi there,
we have a `simple_fields_for` call inside a `simple_form_for`-form with `validate: true` passed to the *form*. Before `v4.2.5` the required nested `simple_fields_for` attributes would be …
-
I'm getting the Uncaught TypeError: Cannot read property 'validators' of undefined when trying to validate a field.
I've trying to figure out where window.ClientSideValidations.forms is being populate…
-
When I try to use client side validations on a form loaded by AJAX, I get an error any time it tries to actually run validations (i.e. on focus, on blur, etc.), though not on the actual enableClientSi…
-
client_side_validations (3.2.1)
client_side_validations-formtastic (2.2.1)
I'm getting this error while trying to submit the form:
> TypeError: Cannot read property 'validators' of undefined
It hap…