#10684 closed bug (fixed)
Selectmenu: Option value not inherited from label
| Reported by: | scottgonzalez | 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 2 years ago by scottgonzalez
- Milestone changed from none to 1.12.0
- Priority changed from minor to blocker
- Status changed from new to open
comment:2 Changed 2 years ago by Scott González
- Resolution set to fixed
- Status changed from open to closed
comment:3 Changed 22 months ago by Scott González
Selectmenu: Properly parse value from options
Fixes #10684 (cherry picked from commit 809cc0f8d0c07c2be44942b3010bba1f9ce91be8)
Conflicts:
ui/selectmenu.js
Changeset: dc2c948dd621c4ce9397789f880370904e75f233
comment:4 Changed 22 months ago by scottgonzalez
- Milestone changed from 1.12.0 to 1.11.3
Note: See
TracTickets for help on using
tickets.
Selectmenu: Properly parse value from options
Fixes #10684