Skip to content

Commit

Permalink
fix(input-phone): remove the pattern regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprevot committed Aug 23, 2023
1 parent 7580823 commit 0805f63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/fractal/src/components/InputPhone/InputPhone.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ export const InputPhone = forwardRef<CombinedRefs, InputPhoneProps>(
disabled={disabled}
error={hasErrorMessage}
name={`${name || id}-number`}
pattern="[0-9()- ]"
placeholder={actualPlaceholder ?? ''}
prefix={
withPrefix && !isEmpty(prefix) ? (
Expand Down

0 comments on commit 0805f63

Please sign in to comment.