Skip to content

Set a11y name rather than description on form text fields

Volker Krause requested to merge work/vkrause/fix-form-text-delegate-a11y into master

Description is set by Qt to the place holder text (even if that's empty), so our attempt to set this here has no effect. Instead, use the name field for the label and hide the dedicated label for that instead.

Merge request reports