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

Radio/checkbox lists doesn't work correctly #64

Closed
unclead opened this issue Mar 7, 2016 · 1 comment
Closed

Radio/checkbox lists doesn't work correctly #64

unclead opened this issue Mar 7, 2016 · 1 comment
Assignees
Labels

Comments

@unclead
Copy link
Owner

unclead commented Mar 7, 2016

For radio or checkbox lists does ot work ajax validation because this types of input does not correctly processed on js side

        addAttribute: function () {
            var id = $(this).attr('id'),
                ele = $('#' + $(this).attr('id')),
                wrapper = ele.closest('.multiple-input').first(),
                form = ele.closest('form');

            // do not add attribute which are not the part of widget
            if (wrapper.length == 0) {
                return;
            }

attribute is skipped because system cannot determine wrapper for it.

@unclead unclead added the bug label Mar 7, 2016
@unclead unclead self-assigned this Mar 7, 2016
@unclead unclead changed the title Radio and checkbox lists doesn't work correctly Radio/checkbox lists doesn't work correctly Mar 7, 2016
@unclead
Copy link
Owner Author

unclead commented Mar 8, 2016

Closed via 4206c37

@unclead unclead closed this as completed Mar 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant