Closed zernonia closed 2 weeks ago
Hi, will dialogs (e.g. v-model:open
) be effected too? Just asking so I can prepare myself early for the breaking changes.
Nope @RayGuo-ergou . Dialog
doesn't consider a Form component 😁
Cool thanks!
It will be clearer in the v2 docs which component is Form 😁
This is awesome thanks for your hard work.
Spent some time to briefly checked the components above seems only swtich
, toggle
and checkbox
will be changed in v2, for anyone who looked into this topic don't be too worried : )
i read the alpha release notes and didn't find any mention for this change ..can we add it to breaking changes section?
@peter-emad99 I think it's missing from the automated generated changelog. Here's the commit in v2 https://github.com/radix-vue/radix-vue/pull/1326/commits/87aa5ba6016fa7a98f02ea43062212906b2633a0
Released in reka-ui@latest
😁
Describe the feature
Many confusion arrises why
v-model
is not working for Form Components inshadcn-vue
. (https://github.com/radix-vue/shadcn-vue/issues/622 https://github.com/radix-vue/shadcn-vue/issues/121)To establish the convention among Vue UI library, we will be refactoring form components to use
v-model
as well, namelyAdditional information