We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48a11d commit 6cf0998Copy full SHA for 6cf0998
.changeset/popular-terms-hunt.md
@@ -0,0 +1,5 @@
1
+---
2
+'@storefront-ui/vue': patch
3
4
+
5
+[CHANGED] bump vue version and release vue dataTestId checkbox inheritance change
packages/sfui/frameworks/vue/components/SfCheckbox/SfCheckbox.vue
@@ -32,6 +32,7 @@ const { indeterminate = false } = defineProps({
32
defineOptions({
33
inheritAttrs: false,
34
});
35
36
const { attrsWithoutClass } = useTwMergeRoot();
37
const model = defineModel<InputHTMLAttributes['checked']>({ default: false });
38
const checkboxRef = useTemplateRef<HTMLInputElement>('checkboxRef');
0 commit comments