-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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.1.3] rounded=false doesn't work #16601
[Bug Report][3.1.3] rounded=false doesn't work #16601
Comments
Well, you're right, the documentation says that Boolean values are supported |
Exactly, and the default value in docs is
|
0 is no radius, however I will confirm this with the rest of the team shortly. |
This is a valid Vue JSX syntax
I can kinda see this now... However, I was reading it as
Thank you :) It may be just a docs fix to clear the confusion... |
After bringing this up with the team, |
Also defaults in global configuration prop "rounded: 0" does not work. |
Environment
Vuetify Version: 3.1.3
Vue Version: 3.2.47
Browsers: Chrome 109.0.0.0
OS: Windows 10
Steps to reproduce
Use
<vBtn rounded={false}/>
- won't work because border-radius is only disabled when rounaded strictly equals to zero, seevuetify/packages/vuetify/src/composables/rounded.ts
Line 39 in 11ddd2d
Expected Behavior
false
works just like0
(zero)Actual Behavior
false
doesn't workReproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: