Skip to content

Commit

Permalink
[kirigami] add missing property to text field
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Mar 28, 2021
1 parent bab4f3c commit 0e8bb9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qml/platform.kirigami/TextFieldPL.qml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Item {
Layout.fillWidth: true
Layout.preferredWidth: parent.width

property alias acceptableInput: entry.acceptableInput
property alias description: desc.text
property bool inForm: parent.isFormLayout ? true : false
property alias inputMethodHints: entry.inputMethodHints
Expand Down

0 comments on commit 0e8bb9d

Please sign in to comment.