Page 1 of 1

Handle Wai aria in primeng

Posted: 09 Jul 2020, 09:58
by Doflamingo
Hi guys!
I need to handle the wai aria with primeng, but I need some clarifications.

I need to change the vocal message that the user hear when it goes on dropdown.
I don't understand like it works. is Primeng accessible by default?

My purpose is to hear the user the number of items in dropdown

so i do this:

Code: Select all

 <span id="tipe">HI</span>
  <p-dropdown .... role="listbox" aria-labelledby="tipe"
                aria-multiselectable="false" tabindex="0"></p-dropdown>
Anyone can help me?