fix placeholder txt for last name during standalone device setup
This commit is contained in:
parent
894522ad12
commit
dbdb1e9b4a
1 changed files with 2 additions and 2 deletions
|
@ -389,7 +389,7 @@ export function ProfileNameStage({
|
||||||
dir="auto"
|
dir="auto"
|
||||||
pattern="\s*[0-9]{3}-?[0-9]{3}\s*"
|
pattern="\s*[0-9]{3}-?[0-9]{3}\s*"
|
||||||
title="Enter your first name"
|
title="Enter your first name"
|
||||||
placeholder="First name"
|
placeholder="First Name (Required)"
|
||||||
autoComplete="off"
|
autoComplete="off"
|
||||||
value={firstName}
|
value={firstName}
|
||||||
onChange={onChangeFirstName}
|
onChange={onChangeFirstName}
|
||||||
|
@ -400,7 +400,7 @@ export function ProfileNameStage({
|
||||||
dir="auto"
|
dir="auto"
|
||||||
pattern="\s*[0-9]{3}-?[0-9]{3}\s*"
|
pattern="\s*[0-9]{3}-?[0-9]{3}\s*"
|
||||||
title="Enter your last name"
|
title="Enter your last name"
|
||||||
placeholder="First name"
|
placeholder="Last Name (Optional)"
|
||||||
autoComplete="off"
|
autoComplete="off"
|
||||||
value={lastName}
|
value={lastName}
|
||||||
onChange={onChangeLastName}
|
onChange={onChangeLastName}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue