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
Vuetify Version: 2.6.4 Vue Version: 2.6.14 Browsers: Firefox 102.0 OS: Ubuntu undefined
:length="Infinity"
:length="1000 / 0"
Infinity
<v-pagination :length="1000 / 0" :value="1" />
A pagination component with 0 pages is displayed.
Severely slows down (Firefox) or even crashes the tab (Chromium).
https://codepen.io/georgms/pen/WNzOozL
Be careful when opening the reproduction link as it might crash parts of your system.
The text was updated successfully, but these errors were encountered:
fix(VPagination): ignore invalid length values
a0f135b
fixes #15499
f3f8d15
KaelWD
No branches or pull requests
Environment
Vuetify Version: 2.6.4
Vue Version: 2.6.14
Browsers: Firefox 102.0
OS: Ubuntu undefined
Steps to reproduce
:length="Infinity"
(or implicitly:length="1000 / 0"
or some other expression that will result inInfinity
):Expected Behavior
A pagination component with 0 pages is displayed.
Actual Behavior
Severely slows down (Firefox) or even crashes the tab (Chromium).
Reproduction Link
https://codepen.io/georgms/pen/WNzOozL
Other comments
Be careful when opening the reproduction link as it might crash parts of your system.
The text was updated successfully, but these errors were encountered: