flowbite icon indicating copy to clipboard operation
flowbite copied to clipboard

The Blazor will normalize the aria-selected='true' to aria-selected, so can we fix the code add this condition check?

Open rwecho opened this issue 1 year ago • 0 comments

Describe the bug I developed a Blazor app with Flowbite. Despite the Tabs components working well, the Blazor will normalize the 'aria-selected' attribute without a 'true' value. The final result of this issue is that the default selected tab does not work.

To Reproduce Steps to reproduce the behavior: Create a Blazor project, referencing the Flowbite and tabs component. Then create the tab item in a loop logic.

Expected behavior The default selected tab works in the Blazor app.

Screenshots image

Desktop (please complete the following information): All platforms supported by Blazor

Smartphone (please complete the following information): All devices supported by Blazor

rwecho avatar Dec 05 '23 08:12 rwecho