Update SelectButton

This commit is contained in:
Mert Sincan 2024-10-21 14:03:04 +01:00
parent 8ee19519c9
commit fcac401158
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,6 @@
<div :class="cx('root')" role="group" :aria-labelledby="ariaLabelledby" v-bind="ptmi('root')">
<template v-for="(option, index) of options" :key="getOptionRenderKey(option)">
<ToggleButton
:name="$formName"
:modelValue="isSelected(option)"
:onLabel="getOptionLabel(option)"
:offLabel="getOptionLabel(option)"