Opened 8 years ago
Last modified 5 years ago
#17528 new enhancement
disabled dojox/form/CheckedMultiSelect still can be checked on items.
Reported by: | riceyeh | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.15 |
Component: | DojoX Form | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
A disabled dojox/form/CheckedMultiSelect still can be checked on items if its items is coming from a store. The _addOptionItem method should add some statements at its beginning: if (this.disabled) {
option.disabled = true;
}
Change History (2)
comment:1 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|
comment:2 Changed 5 years ago by
Milestone: | 1.13 → 1.15 |
---|
Note: See
TracTickets for help on using
tickets.
Ticket planning... move current 1.13 tickets out to 1.15 to make it easier to move tickets into the 1.13 milestone.