Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add checkboxes and radios support #83

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

MichalRemis
Copy link

@MichalRemis MichalRemis commented Apr 30, 2020

Implemented support for f.association as: :check_boxes (presence, length) and f.association as: :radio_buttons (presence) validations.

This also requires PRs DavyJonesLocker/client_side_validations#787 and #81(I included commit in this PR) to work .

…y CSV Javascript form builder for adding/removing of error messages. Before CSV used only form-wide wrapper but field may use custom wrapper specified:

    - by field's `wrapper` attribute
    - by field's type and `wrapper_mappings` attribute
    - by field's type and SimpleForm config `wrapper_mappings`
Base automatically changed from master to main January 23, 2021 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant