You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that passing disabled prop in VRadio doesn't make the input disabled. After reading the source code, there is no disabled prop in the component, and the only to prop being passes to actual input aside from value is just styling classes.
I noticed that passing
disabled
prop inVRadio
doesn't make the input disabled. After reading the source code, there is nodisabled
prop in the component, and the only to prop being passes to actual input aside from value is just styling classes.ui-component/packages/forms/src/radio/VRadio.vue
Line 110 in 15f681a
The text was updated successfully, but these errors were encountered: