[Form][DelegatingValidator] Conflict between a field and collection field with the same name #1810
Labels
Bug
Form
Good first issue
Ideal for your first contribution! (some Symfony experience may be required)
Milestone
Use case : http://gist.github.com/1106538
When the Entry "title" input value is blank, the form error is rendered next to the title input field of the "specs" field instead of the title one.
In the EntrySpecType, If i change the name of the title field to "whateverisnotitle", everything goes fine, and i assure you i've just changed that ! ;-)
That's a bit inconvenient.
The text was updated successfully, but these errors were encountered: