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

[Bug Report] el-pagination component show error when :total set to 0 and :current-page set to 1(the component input's attribute min===1&&max===0) #13727

Closed
lzj723 opened this issue Dec 11, 2018 · 0 comments · Fixed by #13745

Comments

@lzj723
Copy link

lzj723 commented Dec 11, 2018

Element UI version

2.4.6

OS/Browsers version

windows 7 / Firfox v63 x64

Vue version

2.5.17

Reproduction Link

https://jsfiddle.net/j2ime/eywraw8t/501406/

Steps to reproduce

What is Expected?

input element shows no error box-shadow in Firfox(max === 1 && min === 1)

What is actually happening?

input element shows red error box-shadow in Firfox(max === 0 && min === 1)

elfman added a commit to elfman/element that referenced this issue Dec 12, 2018
elfman added a commit that referenced this issue Dec 29, 2018
Pagination: input max value won't be less than 1 (#13727)
weisiren168 pushed a commit to weisiren168/element that referenced this issue Jun 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant