Problem/Motivation

Placeholders are generally considered to be an accessibility problem:

https://www.w3.org/WAI/tutorials/forms/instructions/#placeholder-text

https://www.deque.com/blog/accessible-forms-the-problem-with-placeholders/

but in this specific use case, are they? Should the filter element actually be hidden from screen readers? Or given an accessible label, and placeholder text kept or removed?

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

mlncn created an issue.

  • mlncn committed 6ac9bccc on 1.0.x
    Make placeholder text translatable
    
    Issue #3485168 by mlncn