Skip to content

PC3 TextFields: Fix mirroring, use clear() method, vertically center an icon

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

Mostly the same as frameworks/kirigami!767 (merged)

Plus this additional commit:

PC3/TextField,SearchField: Fix mirroring detection

TextField does not inherit from a QQC2/Control, and thus has no property named mirrored.

Amends 1b714902

Merge request reports