Michal Remis
Michal Remis
I need this change to make checkboxes/radiobuttons work in CSV-simple_form. Currently in CSV validations are added to CSV hash (via `collection_check_boxes`/`collection_radio_buttons` overrides). Events aren't attached to radiobuttons (filtered out). For...
Added support new fields, which weren't overridden by CSV form_builder and therefore not included in CSV Hash. Showing of error_message doesn't work well with these, because of special naming and...
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...
I am using multiple development environments, but I found that rails_live_reload doesn't work in environments named other than "development". I have set the config in initializer: `config.enabled = Rails.env.development? ||...
When lightbox is initialized multiple times (e.g. when Ajax content is loaded and lightbox needs to be reenabled), Lightbox keyboard navigation doesn't work properly - arrow keys are skipping multiple...
Added quotes because without them some images (e.g. with parenthesis in name) arent loaded properly