Skip to content

Commit 1f73458

Browse files
committed
test(radio): remove initial value
1 parent 416769b commit 1f73458

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<ion-content>
2626
<ion-list>
27-
<ion-radio-group name="items" id="group" value="1">
27+
<ion-radio-group name="items" id="group">
2828
<ion-list-header>
2929
<ion-label>Radio Group Header</ion-label>
3030
</ion-list-header>

0 commit comments

Comments
 (0)