Compare commits

...
1 Commits
Author SHA1 Message Date
Alexandra Betouni 16dcee28e2 feat(StatusInput) exposed edit component
We need to be able to call forceActiveFocus, so
TextEdit component should be somehow accessible

Relates to desktop #3310
2021-09-06 17:13:14 +03:00
+1
View File
@@ -22,6 +22,7 @@ Item {
property alias selectionEnd: edit.selectionEnd
property alias cursorPosition: edit.cursorPosition
property alias edit: edit
property alias text: edit.text
property alias color: edit.color