Patch #9319
Prevent passing :label option to HTML tag in TabularFormBuilder
Status: | New | Start date: | 2011-09-26 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - |
Description
See attached.
History
#1
Updated by Etienne Massip almost 11 years ago
What happens if passed?
#2
Updated by Alex Shulgin almost 11 years ago
Etienne Massip wrote:
What happens if passed?
The resulting HTML <input>
tag contains label="some_field_here"
which doesn't cause much harm, but is unneeded.