-
**Description**
Add validation to GitHub username/organization field as well (follow-up from #166 #256 & #257):
![clientsidevalidationstyling_after](https://cloud.githubusercontent.com/assets/226228/…
-
In a form I'm building using ClientSideValidations + SimpleForm (with the gem plugin) the client side validation works for all fields except the :radio_buttons. The HTML that is produced for this grou…
-
**Description**
On the project submission page at https://www.codemontage.com/organizations/new, there's a 255-character limit for the Description that is not reflected to the user at all.
![codemont…
-
### Steps to reproduce*
Run test suite against rails edge
### Expected behavior*
Tests pass
### Actual behavior*
```
Failure:
ClientSideValidations::FormForActionViewHelpersTest#test_…
-
When using numericality: greater_than with other model attributes, if i remove 1 of the fields, it doesn't show any messages anymore, but when i try to submit, i'm getting server validation fail. I su…
-
I've spent some hours trying to debug judge with simple_form and bootstrap form builder. The solution was to add `b.use :judge` at the config/initializers/simple_form_bootstrap.rb (and not the config/…
-
Apologies in advance for not filing with the template. I'm blocked by policy from pasting in all my form code. If requested I'll create a test app and use that for a full report.
CSV is working gre…
-
I am doing a devise registration multi-step using stimulus and following part of https://github.com/DavyJonesLocker/client_side_validations-simple_form/wiki/Validations-with-simple_form-Twitter-Boots…
-
When running the generator inside an engine I get the following message
```
bundle exec rails g client_side_validations:install
```
```
[WARNING] Could not load generator "generators/client_side_va…
-
### Steps to reproduce*
Rails 6, installed client_side_validations gem 17.0
* Active Record model has simple validators
* form_with builder, builds out a form
* uncommented helper in the co…