mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Update SelectButton
This commit is contained in:
parent
8ee19519c9
commit
fcac401158
3 changed files with 4 additions and 4 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue