mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-01 01:06:07 +00:00
feat(StatusBaseInput): introduce focussed property
We can't alias the property as `focus` because this is a final readonly property, so we're introducing a `focussed` property instead. Closes #373
This commit is contained in:
parent
756bc6a1dc
commit
5f30a34161
@ -26,6 +26,7 @@ Item {
|
||||
|
||||
property alias color: edit.color
|
||||
property alias font: edit.font
|
||||
property alias focussed: edit.activeFocus
|
||||
property alias verticalAlignmet: edit.verticalAlignment
|
||||
property alias horizontalAlignment: edit.horizontalAlignment
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user