Skip to content
New issue

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

[Bug Report][3.7.0] The v-avatar border property doesn't seem to be working properly #20345

Closed
AndyBeat opened this issue Aug 16, 2024 · 3 comments · Fixed by mjbullman/martin-bulllman-app#32 · May be fixed by jonathanestefani/crud_vuetify#2, jonathanestefani/crud_vuetify#5 or aurelienfvre/sae401#1
Assignees
Labels
C: VAvatar T: bug Functionality that does not work as intended/expected
Milestone

Comments

@AndyBeat
Copy link

Environment

Vuetify Version: 3.7.0
Vue Version: 3.4.38
Browsers: Chrome 127.0.0.0
OS: Windows 10

Expected Behavior

No border when v-avatar is set to border=false

Actual Behavior

The default value of v-avatar border is a border, and setting it to false also has a border

Reproduction Link

https://play.vuetifyjs.com/#...

@Drillan767
Copy link

It's interesting to note that borders are also displayed when setting :border to undefined

@KaelWD KaelWD added T: bug Functionality that does not work as intended/expected C: VAvatar labels Aug 16, 2024
@KaelWD KaelWD added this to the v3.7.x milestone Aug 16, 2024
@wyhsunflower
Copy link
Contributor

I already fixed this issue and raise PR in a week.

@ricardo17coelho
Copy link

Maybe as "quick fix".. the border is not displayed if :border='0' 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment