Skip to content

Commit 502437d

Browse files
committed
refactor(radio-group, angular): remove issues
1 parent 1ec03fe commit 502437d

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en" dir="ltr">
33
<head>
44
<meta charset="UTF-8" />
5-
<title>Radrio Group - Validation</title>
5+
<title>Radio Group - Validation</title>
66
<meta
77
name="viewport"
88
content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"

packages/angular/test/base/src/app/lazy/template-form/template-form.component.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -152,19 +152,6 @@
152152
</ion-item>
153153

154154
<!-- Test ion-radio-group with required validation -->
155-
<ion-item>
156-
<ion-checkbox
157-
[(ngModel)]="checkboxValue"
158-
name="checkboxField"
159-
required
160-
#checkboxField="ngModel"
161-
id="template-checkbox-test"
162-
helper-text="You must agree to continue"
163-
error-text="Please accept the terms and conditions"
164-
>
165-
I agree to the terms and conditions
166-
</ion-checkbox>
167-
168155
<ion-radio-group
169156
[(ngModel)]="radioGroupValue"
170157
name="radioGroupField"

0 commit comments

Comments
 (0)