Hi, There is an issue with the Combobox in Qml. When the selector is opened once in fullscreen mode (due to the amount of menuitems), it doesnt show up in reduced size anymore (when the amount of items gets reduced).
Here is some code for testing this: ComboBox { label: "TestCB" menu: ContextMenu { Repeater { model: 5+10*(switcher.checked) MenuItem { text: "Item " + model.index } } } } Switch { id: switcher icon.source: "image://theme/icon-l-repeat" } Do you have any ideas to workaround this? Additionally: is this the right place for reporting things like this? Thanks and greets, Michael. _______________________________________________ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org