We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b015fbc commit 8ba7bdfCopy full SHA for 8ba7bdf
packages/@core/ui-kit/shadcn-ui/src/components/button/check-button-group.vue
@@ -122,6 +122,7 @@ async function onBtnClick(value: ValueType) {
122
v-bind="btnDefaultProps"
123
:variant="innerValue.includes(btn.value) ? 'default' : 'outline'"
124
@click="onBtnClick(btn.value)"
125
+ type="button"
126
>
127
<div class="icon-wrapper" v-if="props.showIcon">
128
<slot
0 commit comments