TAB Component Keyboard navigates to hidden TABS

Hi,
Keyboard navigation of TAB Items also navigates to hidden TAB Items
msedge_1sdYgWeHep

Reproduced in demo by adding three TAB Items and hiding one of them using below razor code

        <RadzenTabsItem Text="Extra1" Visible="false">
        </RadzenTabsItem>    
        <RadzenTabsItem Text="Extra2">
        </RadzenTabsItem>    
        <RadzenTabsItem Text="Extra3">
        </RadzenTabsItem>  

If we press enter on the hidden TAB it gets rendered also

Thanks @Vinod_Pillai! Fix for this will be published early next week.

1 Like