mirror of
https://github.com/status-im/StatusQ.git
synced 2026-08-31 02:01:08 +00:00
feat(@StatusComboBox): expose inner objectName property (#850)
This commit is contained in:
@@ -24,6 +24,8 @@ Item {
|
||||
property alias label: labelItem.text
|
||||
property alias validationError: validationErrorItem.text
|
||||
|
||||
property string popupContentItemObjectName: ""
|
||||
|
||||
implicitWidth: layout.implicitWidth
|
||||
implicitHeight: layout.implicitHeight
|
||||
|
||||
@@ -123,7 +125,7 @@ Item {
|
||||
|
||||
contentItem: StatusListView {
|
||||
id: listView
|
||||
|
||||
objectName: root.popupContentItemObjectName
|
||||
implicitWidth: contentWidth
|
||||
implicitHeight: contentHeight
|
||||
|
||||
|
||||
Reference in New Issue
Block a user