Solved postcode Combobox
This commit is contained in:
@@ -89,19 +89,12 @@ ColumnLayout
|
||||
editable: true
|
||||
onCurrentTextChanged: isEmptyField()
|
||||
onEditTextChanged: isEmptyField()
|
||||
|
||||
onActivated: currentValue
|
||||
model: am
|
||||
delegate: Text
|
||||
{
|
||||
text: model.display
|
||||
elide: Text.ElideRight
|
||||
// width: parent.width
|
||||
// height: parent.height
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
leftPadding: 9 //@d isable-check M16
|
||||
|
||||
}
|
||||
|
||||
textRole: "display"
|
||||
popup.height: 300
|
||||
popup.y: postcode.y + 5 - (postcode.height * 2)
|
||||
currentIndex: -1
|
||||
}
|
||||
|
||||
Label
|
||||
|
||||
Reference in New Issue
Block a user