Skip to content

Commit 22767e3

Browse files
committed
refactor(radio-group): remove required attribute
1 parent 3032756 commit 22767e3

File tree

1 file changed

+0
-1
lines changed
  • core/src/components/radio-group/test/validation

1 file changed

+0
-1
lines changed

core/src/components/radio-group/test/validation/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ <h2>Optional Field (No Validation)</h2>
8080
id="optional-radio-group"
8181
helper-text="You can skip this field"
8282
allow-empty-selection="true"
83-
required
8483
>
8584
<ion-radio value="cucumbers">Cucumbers</ion-radio><br />
8685
<ion-radio value="tomatoes">Tomatoes</ion-radio>

0 commit comments

Comments
 (0)