Skip to content

ComboBox: Clip the ListView when its relevant

ivan tkachenko requested to merge work/ratijas/combobox into master

Otherwise the items are bleeding out from the top and bottom edges:

image


Also:

  • Replace magic numbers with standard named units
  • Use strict === equality operator — instead of fuzzy ==

Merge request reports