Prevent focus on disabled tabs

We implement a blazor app using Radzen 3.14.6. The app should become barrier-free.
the regulations provide that disabled tabs are not reachable using "tab-key". For this reason we currently manipulate the DOM of "RadzenTabItem" after rendering and add to the disabled HTML tab link tag tabindex="-1".

to avoid such dirty hack, is it possible to add following to comply with the regulations?
At

could be added HTML parameter tabindex="-1" if the tab is defined as "Disabled".

with kind regards

Hi @alzi,

We accept pull requests!

1 Like