We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@nuxt/ui: 2.8.1 nuxt: 3.7.3
https://ui.nuxt.com/navigation/pagination#max
Set the max props to a value <= 4
max
Show the buttons with content 1,2,...,20 if the max = 4 Show the buttons with content 1,...,20 if the max = 3
Show the buttons with content 1,1,...,20 if the max = 4 Show the buttons with content 1,...,...,20 if the max = 3 ou 2
The text was updated successfully, but these errors were encountered:
max > 5
fix here #728
Sorry, something went wrong.
Pages count is stuck at 5 when max is set to 5 or higher
Nice catch! ❤️ Thanks
Successfully merging a pull request may close this issue.
Version
@nuxt/ui: 2.8.1
nuxt: 3.7.3
Reproduction Link
https://ui.nuxt.com/navigation/pagination#max
Steps to reproduce
Set the
max
props to a value <= 4What is Expected?
Show the buttons with content 1,2,...,20 if the max = 4
Show the buttons with content 1,...,20 if the max = 3
What is actually happening?
Show the buttons with content 1,1,...,20 if the max = 4
Show the buttons with content 1,...,...,20 if the max = 3 ou 2
Screenshots :
The text was updated successfully, but these errors were encountered: