Skip to content

ActionTextField: Fix RTL layout and actions rows

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

It's a bit weird, but it doesn't work properly without an explicit horizontalAlignment: Qt.AlignLeft value.

Unfortunately, there's no public way to query Item's mirroring state in TextField component type (which inherits from TextInput, not QQC2.Control).

Before Before
After After

@teams/vdg

Merge request reports