Skip to content

Commit fd05ff2

Browse files
Update static/usage/v8/select/helper-error/angular/example_component_html.md
Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com>
1 parent d1c5d6a commit fd05ff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/usage/v8/select/helper-error/angular/example_component_html.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<form [formGroup]="myForm" (ngSubmit)="onSubmit()">
33
<ion-select
44
formControlName="favFruit"
5-
label="Default label"
6-
placeholder="Favorite Fruit"
5+
label="Favorite fruit"
6+
placeholder="Select fruit"
77
helperText="Select your favorite fruit"
88
errorText="This field is required"
99
>

0 commit comments

Comments
 (0)