Feature request: ARIA controls

Hi,

I would like to see controls where we can set Aria labels and other attributes for v2 Elements. I have found this more important as I go along the web development pathway.

For example, the drop down search element has a default aria-label as - “Toggle Dropdown Content” which does not tell the screen reader that it is a search element. It would be great is we can set the label as 'Search".

There might be a way to set this that I may not be aware of. Could you please let me know if there is a way of doing this using the child theme modification.

Thanks again.

Hi @dshakya,

We certainly appreciate the feedback! This is something we can add to our list of feature requests. This way it can be taken into consideration for future development. All of these items are discussed with our team internally and prioritized based on the amount of interest a particular feature might receive.

The file responsible for search dropdown element is

pro\cornerstone\includes\views\partials\search.php

You can copy the file to your child theme of the same path, like

pro-child\cornerstone\includes\views\partials\search.php

Hope it helps :slight_smile:

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.