ThemableCheckboxSelectMultiple does not support switchable/switched behavior
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
New
|
Undecided
|
Unassigned |
Bug Description
Horizon form supports the switchable/switched mechanism which allows to show some field depending on another field.
When MultipleChoiceField is 'switched' field and the widget ThemableCheckbo
There is no such example in the horizon repo, but we have an example in neutron-
'subnets' field ("Local System Subnets") should be shown only when "subnet" is selected in 'type' field, but 'subnets' field is always shown.
If I replace ThemableCheckbo
The workaround is not to use ThemableCheckbo xSelectMultiple and to use CheckboxSelectM ultiple.