client_side_validations-simple_form icon indicating copy to clipboard operation
client_side_validations-simple_form copied to clipboard

Simple Form plugin for ClientSideValidations

Results 5 client_side_validations-simple_form issues
Sort by recently updated
recently updated
newest added

Implemented support for `f.association as: :check_boxes` (presence, length) and `f.association as: :radio_buttons` (presence) validations. This also requires PRs https://github.com/DavyJonesLocker/client_side_validations/pull/787 and #81(I included commit in this PR) to work .

Implemented date/time inputs for Bootstrap4 configuration. (skipped plain SimpleForm because it is complicated - it doesn't have special wrapper for date/time fields and neither marks invalid fields 'is-invalid' when server...

Implemented field's specific wrapper_names to be passed to and used by CSV JS FormBuilder for adding/removing of error messages. Before CSV used only form-wide wrapper but SimpleForm's field may use...

Original wrapper assignment to .parent() of the element doesn't work for all simple_form's wrappers, as wrapper isn't always parent of the input (e.g. :horizontal_form wrapper). Searching by new way should...

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...

help wanted