Skip to content
New issue

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

q-pagination doesn't support zero-values (:min="0") #8817

Closed
gunhaxxor opened this issue Apr 8, 2021 · 1 comment
Closed

q-pagination doesn't support zero-values (:min="0") #8817

gunhaxxor opened this issue Apr 8, 2021 · 1 comment

Comments

@gunhaxxor
Copy link

Describe the bug
q-pagination component doesn't handle values of 0. Setting the min prop to for example 0, won't allow the component to change the v-modelled value when clicking the 0-button

Codepen/jsFiddle/Codesandbox (required)
https://codepen.io/dealerpriest/pen/OJWOyRX

To Reproduce
Steps to reproduce the behavior:

  1. Go to the codepen
  2. Click on 1 in pagination.
  3. Click on 0 in pagination.
  4. See error

Expected behavior
Change the value to 0 if clicking the 0-button

Platform (please complete the following information):
Quasar Version: v1.15.10
@quasar/app Version: v1.9.6

@rstoenescu
Copy link
Member

Fix will be available in Quasar v1.15.11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants