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
What would the expected behaviour for false be.
Allowing overflow would obviously mean that it scrolls when overflowed, which it does.
But what would you want to happen when it is set to false?
Do you think that the scrolling should be removed, and instead all the items should be displayed without scrolling // kinda like setting the height to fit-content.
Or should it just cut off the items that are overflowed?
This was missed in f5a3f82, and looks like it wasn't hooked up correctly even then. Since v1.2.0 the correct way to pass additional props to v-menu is through the menu-props prop.
Environment
Vuetify Version: 2.6.12
Vue Version: 2.6.11
Browsers: Chrome 106.0.0.0
OS: Windows 10
Steps to reproduce
Expected Behavior
Behaviour is different for 'allow-overflow' = false vs =true
Actual Behavior
Behaviour is the same for 'allow-overflow' = false vs =true
Reproduction Link
https://codepen.io/MaiiaAfanaseva/pen/ZERQJXO?editors=1010
The text was updated successfully, but these errors were encountered: