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
45ea097f3e
commit
12f6791d0c
|
@ -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