-
Notifications
You must be signed in to change notification settings - Fork 88
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
Update jquery.collection.js #78
base: master
Are you sure you want to change the base?
Conversation
Fixing label issue
Hello Thank you for your contribution. Quickly read the problem, and wondering if you checked this page? https://symfony-collection.fuz.org/symfony3/troubleshoot/hide-form-labels |
Yeah, but that's just hiding the label. With my addition, it's now possible to actually use that label and show numbered "steps" or "items" if you will. |
Nice. |
Okay, so when adding fields, it works. But when loading in such a collection it gets rendered by twig, currently i'm solving it with adding
But users need to add this to their templates if they want labels to be displayed properly. |
And I think moving elements won't sort correctly those numbers. |
Position is being stored in a hidden field, though. |
Sure, but it may be more friendly to set a selector like |
Yeah, but keep in mind it wouldn't always be "Item" either ;) |
Fixing label issue (#28)