Opened 10 years ago
Closed 10 years ago
#15560 closed defect (wontfix)
Filteringselect name attribute modification error
Reported by: | gala | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Dijit - Form | Version: | 1.7.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In the postCreate section I try change "name" attribute of filteringselect, but that not changed. The filteringselect object's "name" attribute changed, but the hidden input dom node's "name" attribute not.
Note: See
TracTickets for help on using
tickets.
THe name attribute cannot be changed after creation. The API doc lists it as
name: [const] String
Some browsers don't allow this so it's const for all for consistency. Just set it in buildRendering instead.