Skip to content

Commit

Permalink
fix: added maskError as dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
sagardspeed2 committed Oct 4, 2024
1 parent 1c38481 commit 633668f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime/src/widgets/Form/TextInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ export const TextInput: React.FC<TextInputProps> = (props) => {
values?.validator?.maxLength,
values?.validator?.regex,
values?.validator?.regexError,
values?.validator?.maskError,
values?.mask,
patternValue,
]);
Expand Down

0 comments on commit 633668f

Please sign in to comment.