You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running Symfony 2.7 and I have found that non unique form choice labels are being removed from my choices. I have a choice which shows labels in a parent/child format. e.g:
Header Nav
Page 1
Page 2
Page 3
Footer Nav
Page 1
Page 2
Page 4
In the above example, "Page 1" and "Page 2" are stripped from the choice because it isn't unique. However, the actual ID within the choice is different.
I am running Symfony 2.7 and I have found that non unique form choice labels are being removed from my choices. I have a choice which shows labels in a parent/child format. e.g:
In the above example, "Page 1" and "Page 2" are stripped from the choice because it isn't unique. However, the actual ID within the choice is different.
I have created an example of this from the Symfony Standard repo: https://github.com/trsteel88/symfony-standard/tree/unique-choices-bug
Here is the form:
Here is the output:
You will notice that the id for "2" and "3" is now missing, and it has been shifted up and is sitting in the wrong position.
The text was updated successfully, but these errors were encountered: