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
* fix(VDataFooter): select first available option when default does not match
default itemsPerPage is 10 and was being pushed into the items array
fixes#8026
* refactor(VDataFooter): clean-up genItemsPerPageSelect method
Environment
Vuetify Version: 2.0.1
Last working version: 2.0.1
Vue Version: 2.6.10
Browsers: Chrome 69.0.3497.100
OS: Windows 10
Steps to reproduce
Open pagination options
Expected Behavior
Only the specified array [50,60,70] should be the options.
Actual Behavior
[10,50,60,70] shows up!!!!!!!!!!!!!!!!!
Reproduction Link
https://codepen.io/anon/pen/NQRRzY?&editable=true&editors=101
Other comments
https://stackoverflow.com/questions/57210397/vuetify-2-10-showing-up-in-pagination-options-even-though-set-a-new-array
The text was updated successfully, but these errors were encountered: