Able to link UI widgets for enabling/disabling
Bug #89798 reported by
Tim Penhey
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
There are cases in UI development where you'd like to be able to link form widgets.
An example case is where you have two widgets:
* Bool field (as a checkbox) that enables a feature
* any other widget that adds extra information for the feature.
When the checkbox is not checked, you want the other widget disabled, and when the checkbox is checked, it enables the other widget.
visibility: | private → public |
tags: | removed: ui |
To post a comment you must log in.
An existing page where we do this is the productseries/ +source page.