Skip to content

Commit f21b73a

Browse files
author
Lionel Bijaoui
committed
1 parent 10840a8 commit f21b73a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fields/core/fieldRadios.vue

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
:value="getItemValue(item)"
1515
:checked="isItemChecked(item)"
1616
:class="fieldClasses"
17+
:required="required"
1718
v-attributes="'input'">{{ getItemName(item) }}
1819
</label>
1920
</div>

0 commit comments

Comments
 (0)