Skip to content

Commit

Permalink
update placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiAbdou committed Sep 24, 2024
1 parent 0c379c8 commit 907d77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function PhoneNumberInput({
className={getInputCn()}
onChange={(e) => setValue(e.target.value)}
pattern="\(\d{3}\) \d{3}-\d{4}"
placeholder="(123) 456-7890"
placeholder="(555) 123-4567"
type="tel"
value={formattedValue}
{...rest}
Expand Down

0 comments on commit 907d77e

Please sign in to comment.