Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Ensure input is validated when autofilled
Browse files Browse the repository at this point in the history
  • Loading branch information
opr committed Oct 26, 2023
1 parent 5ed4559 commit f32d116
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ const ValidatedTextInput = forwardRef<
inputRef.current?.ownerDocument?.activeElement !==
inputRef.current
) {
validateInput( true );

const formattedValue = customFormatter(
inputRef.current.value
);
Expand Down

0 comments on commit f32d116

Please sign in to comment.