Skip to content

Hide comboboxes with only one option

Nate Graham requested to merge (removed):hide-unchangeable-comboboxes into master

Comboboxes exist to allow the user to select between multiple options of something; a combobox with only one option in ts is therefore redundant and takes up space despite not being interactive at all.

BUG: 437154

BEFORE AFTER
Reduntant Screenshot_20210515_074657

Merge request reports