themesberg / flowbite

Open-source UI component library and front-end development framework based on Tailwind CSS
https://flowbite.com
MIT License
7.31k stars 710 forks source link

Call preventDefault for anchor based tab toggles #783

Closed javierjulio closed 5 months ago

javierjulio commented 5 months ago

This is needed for the anchor based examples to prevent the # being appended to the browser URL and to keep the page scroll position, otherwise it jumps to the top. This won't conflict with the button based approach for tab toggles.

zoltanszogyenyi commented 5 months ago

Thanks @javierjulio for the PR. Merged!

javierjulio commented 5 months ago

@zoltanszogyenyi thank you. Will you be releasing a v2.2.2 soon?