Skip to content

Make FormComboBoxDelegate adaptive for desktop

Carl Schwan requested to merge work/carl/form-combobox-adaptive into master

Use a normal combobox on desktop and the dialog on mobile. This also expose more properties from the combobox to the api user and provide a default dialog delegate implementation that is similar in behavior to the ComoboxBox delegate.

Merge request reports