Skip to content

ActionTextField: Fix property access error on non-Kirigami actions

ivan tkachenko requested to merge work/ratijas/text-field-action-visible into master

QQC2.Action QML type doesn't have visible property, this is an exclusive feature of Kirigami.Action type.

Merge request reports