We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
johnleider
KaelWD
MajesticPotatoe
yuwu9145
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vuetify Version: 3.5.8 Vue Version: 3.4.21 Browsers: Edge 122.0.0.0 OS: Windows 10
v-expansion-panels
variant="accordion"
v-expansion-panel
rounded="xl"
the expansion panel should be rounded
It's only rounded if multiple expansion panels are present
https://play.vuetifyjs.com/#...
Probably heavily linked to this issue : #16019 It has fixed the other variants but not variant="accordion"
The text was updated successfully, but these errors were encountered:
temporary fix
<!-- variant default if length === 1 (vuetify #19379) --> <v-expansion-panels :variant="mylist.length === 1 ? 'default' : 'accordion'">
Sorry, something went wrong.
fix(VExpansionPanel): accordion variant border radius (#19433)
955fc62
fixes #19379 Co-authored-by: Son Tran <stt@cct-technology.com>
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 3.5.8
Vue Version: 3.4.21
Browsers: Edge 122.0.0.0
OS: Windows 10
Steps to reproduce
v-expansion-panels
withvariant="accordion"
v-expansion-panel
withrounded="xl"
Expected Behavior
the expansion panel should be rounded
Actual Behavior
It's only rounded if multiple expansion panels are present
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Probably heavily linked to this issue :
#16019
It has fixed the other variants but not variant="accordion"
The text was updated successfully, but these errors were encountered: