#10684 closed bug (fixed)
Selectmenu: Option value not inherited from label
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.11.3 |
Component: | ui.selectmenu | Version: | 1.11.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The objects representing the option items are reading the value
attribute instead of the value
property, so elements like <option>foo</option>
aren't getting their value parsed.
Change History (4)
comment:1 Changed 8 years ago by
Milestone: | none → 1.12.0 |
---|---|
Priority: | minor → blocker |
Status: | new → open |
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
comment:3 Changed 8 years ago by
Selectmenu: Properly parse value from options
Fixes #10684 (cherry picked from commit 809cc0f8d0c07c2be44942b3010bba1f9ce91be8)
Conflicts:
ui/selectmenu.js
Changeset: dc2c948dd621c4ce9397789f880370904e75f233
comment:4 Changed 8 years ago by
Milestone: | 1.12.0 → 1.11.3 |
---|
Note: See
TracTickets for help on using
tickets.
Selectmenu: Properly parse value from options
Fixes #10684