-
i hava a form and it has some nested fields, but there are some filed is show via ajax partial,
and partial must exist when page refresh, so i don't pass the form builder to partial, because keep for…
-
Hey guys-
So this doesn't seem to play nicely with jquery-validate, are other people just writing custom validators, or is there a trick here that I'm missing? Could post code, but thought i'd ask i…
-
Some random stuff useful for Bootstrap v4
Simple Form configuration:
```rb
# frozen_string_literal: true
# Use this setup block to configure all options available in SimpleForm.
SimpleForm.se…
-
wiki : https://github.com/DavyJonesLocker/client_side_validations/wiki/Custom-Validators#remote-validators
### System configuration
**Client Side Validations version**:
after this commit 35501c1b…
-
I can't modify a modified jQuery element. I'm using `jQuery 2.1.3`.
Example:
```
// element will be a jQuery Object.
var element = $('div#unique');
$(element).attr('title', 'Hello world'); // Succe…
-
Hi,
I would be really pleased if you could provide a demo app. When I'm using client_side_validations (11.1.2) along with client_side_validations-simple_form (6.6.0) validations don't trigger.
I…
-
The new Style/MixinGrouping incorrectly registers an offense when rspec's include-expectation is used with multiple elements.
--------
## Expected behavior
Rubocop does not register an offens…
-
### Steps to reproduce*
When tabbing out of required field in a simple_form it throws the error below:
### Expected behavior*
I would expect html error that field is required.
### Actual behavio…
-
Version of client side validation: master branch
Version of rails: 4.2.3
Model validation
```
class User < ActiveRecord::Base
validates :password_confirmation, presence: true, on: :create
valida…
tkbky updated
6 years ago
-
Maybe is not the best way, but I try help someone
this method I change :
``` javascript
validateElement = function (element, validators) {
var afterValidate, destroyInputName, executeValid…