You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
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)
The text was updated successfully, but these errors were encountered: