[Bug Report][3.6.11] VExpansionPanels value prop not working #20109
Closed
Description
Environment
Vuetify Version: 3.6.11
Vue Version: 3.4.31
Browsers: Chrome 126.0.0.0
OS: Windows 10
Steps to reproduce
- Add value prop to v-expansion-panels or v-expansion-panel
- Give the value prop an array of indexes of panels that need to be opened by default
Expected Behavior
Panels with indexes that are in value prop should be opened by default
Actual Behavior
Panels are not open by default.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
I've tried with :value="[0]"
, :value="0"
, on v-expansion-panels and on v-expansion-panel.
Currently only way of getting the expansion panel open by default is through v-model.