ARIA support in 5.4.0

Can you point us to the following example code snippets (webix.ui),

  1. How to use ARIA attributes for label to support headings
  2. How to use ARIA attributes for uploader button to pass on information to screen reader to pronounce the button/filename and action completion.
  3. Improved keyboard and accessibility fixes in 5.4.0

Hello @kaleanand ,
There is no built-in ARIA support, but you can use template to add your own HTML markup with ARIA attributes:

  1. label - Code Snippet
  2. uploader - Code Snippet
    in this case, It is not recommended to redefine the default view,so template was moved to protoUI (the new component based on uploader) and set in defaults properties.
  3. Improved keyboard and accessibility fixes in 5.4.0

Unfortunately, we do not provide fixes for old versions, so you need to upgrade to the latest version (or the one where it is ok).