TabView: Next button is not disabled when all the tabs are visible #2987
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
when the container where the tab headers are, is showing all the tab headers (no scrollbar), the next button is not disabled.
Reproducer
https://codesandbox.io/s/quizzical-cray-d51rye?file=/src/App.vue
PrimeVue version
3.15.0
Vue version
3.x
Language
ALL
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
no steps needed, the array of tabs is only of 3 items, the bug should appear as long as those 3 tabs are all visible (screen is wide enough for the 3 tabs to be visible)
Expected behavior
next button shouldn't be shown.
The text was updated successfully, but these errors were encountered: