Skip to content
Snippets Groups Projects

Bugs-3222

Merged tatiana.novikova requested to merge bugs-3222 into develop
1 file
+ 0
3
Compare changes
  • Side-by-side
  • Inline
@@ -136,9 +136,6 @@ ComboBox
Text
{
anchors.verticalCenter: parent.verticalCenter
/*text: (popup.visible) ?
(index < mainRow.length ? mainRow[index] : ""):
mainLineText*/
text: (popup.visible) ?
(dapComboBox.currentIndex === -1 ? mainLineText : (index < mainRow.length ? mainRow[index] : "") ) :
Loading