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)