Skip to content

Improve accessibility of the Kirigami input fields

Carl Schwan requested to merge work/field-asseccibility into master

Before with orca: Text: Search . . .

Now with orca: Search Text: Search . . .

I tried to remove the Search . . . from the voice output as it is redundant and hearing ". . ." is not nice but it seems that the QQC2 TextField doesn't have a way to disabling spelling out the placeholder propriety. See https://invent.kde.org/qt/qt/qtquickcontrols2/-/blob/dev/src/quicktemplates2/qquicktextfield.cpp#L328

Reviewers:

Edited by Carl Schwan

Merge request reports