mirror of https://github.com/status-im/StatusQ.git
fix(StatusBaseInput): expose text prop alias
This commit is contained in:
parent
6170599060
commit
116ddfbb4d
|
@ -21,6 +21,8 @@ Item {
|
||||||
property alias selectionStart: edit.selectionStart
|
property alias selectionStart: edit.selectionStart
|
||||||
property alias selectionEnd: edit.selectionEnd
|
property alias selectionEnd: edit.selectionEnd
|
||||||
|
|
||||||
|
property alias text: edit.text
|
||||||
|
|
||||||
property alias color: edit.color
|
property alias color: edit.color
|
||||||
property alias font: edit.font
|
property alias font: edit.font
|
||||||
property alias verticalAlignmet: edit.verticalAlignment
|
property alias verticalAlignmet: edit.verticalAlignment
|
||||||
|
|
Loading…
Reference in New Issue