mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-18 02:21:17 +00:00
chore(StatusBaseInput): expose placeholder as alias
This commit is contained in:
parent
9a841b9c20
commit
7281c4142a
@ -128,6 +128,11 @@ Item {
|
||||
This property holds a reference to the TextEdit component's horizontalAlignment property.
|
||||
*/
|
||||
property alias horizontalAlignment: edit.horizontalAlignment
|
||||
/*!
|
||||
\qmlproperty alias StatusBaseInput::placeholder
|
||||
This property holds a reference to the placeholder component.
|
||||
*/
|
||||
property alias placeholder: placeholder
|
||||
/*!
|
||||
\qmlproperty alias StatusBaseInput::placeholderText
|
||||
This property holds a reference to the placeholder component's placeholderText property.
|
||||
|
Loading…
x
Reference in New Issue
Block a user