feat(StatusInput): exposed edit component
We need to be able to call forceActiveFocus, so TextEdit component should be somehow accessible Relates to desktop #3310
This commit is contained in:
parent
62e93ecffb
commit
73c77c29c2
|
@ -22,6 +22,7 @@ Item {
|
||||||
property alias selectionEnd: edit.selectionEnd
|
property alias selectionEnd: edit.selectionEnd
|
||||||
property alias cursorPosition: edit.cursorPosition
|
property alias cursorPosition: edit.cursorPosition
|
||||||
|
|
||||||
|
property alias edit: edit
|
||||||
property alias text: edit.text
|
property alias text: edit.text
|
||||||
|
|
||||||
property alias color: edit.color
|
property alias color: edit.color
|
||||||
|
|
Loading…
Reference in New Issue