Skip to content

Improve performace of FormComboBoxDelegate

Carl Schwan requested to merge work/carl/optimize-formcomboboxdelegate into master
  • Only create dialog when needed
  • Use ListView instead of Repeater for the delgate. Requires a custom dialog because otherwise we get a nested Scrollview which doesn't work.

Merge request reports

Loading