-
Notifications
You must be signed in to change notification settings - Fork 248
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
Option to add name tag to the hidden input element #54
base: master
Are you sure you want to change the base?
Conversation
It used to set the name attr in options, fixing it and setting it in selected input tag
Changing it globally affects every other initializations
Surprised this is not the default functionality, removing input names messes with a lot of back-end scaffolded forms. |
I guess development of ddslick should continue in bigomega:master :-) Great work! |
Thanks. Not sure why this isn't in the master. In addition to wrecking up forms/scaffold....serialize() needs a name attrib to function properly, and that name often must be passed with a unique identifier to avoid collisions. |
I have a short question regarding the name tag of the hidden dd-selected-value field.
options.name seems to be emty --- |
This is very useful when you don't handle the changes but serialize the whole form to get all selected data