Skip to content

Commit

Permalink
feat(components): redo overwrite property
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeperrault authored and maximeperraultdev committed Jul 8, 2024
1 parent ca61f53 commit f2e376e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fields/PhoneInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const PhoneInput = forwardRef<HTMLInputElement, PhoneInputProps>(
onAccept={(nextValue: string) => {
onChange(nextValue || undefined)
}}
overwrite="shift"
overwrite={false}
type="tel"
unmask
value={value}
Expand Down

0 comments on commit f2e376e

Please sign in to comment.