Skip to content

[Bug Report][3.6.11] VExpansionPanels value prop not working #20109

Closed
@Icebreaker83

Description

Environment

Vuetify Version: 3.6.11
Vue Version: 3.4.31
Browsers: Chrome 126.0.0.0
OS: Windows 10

Steps to reproduce

  1. Add value prop to v-expansion-panels or v-expansion-panel
  2. 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.

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions