Skip to content

Commit

Permalink
fix: jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Feb 6, 2025
1 parent ce55b69 commit cd99f3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TextInput/BaseTextInput/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ type CustomBaseTextInputProps = {
/** A set of permitted characters for the input */
allowedKeys?: MaskedTextInputOwnProps['allowedKeys'];

/** A regular expression to validate the input before proceeding to masking stage */
validationRegex?: MaskedTextInputOwnProps['validationRegex'];

/** Whether the input should be enforced to be uncontrolled. Default is `false` */
Expand Down

0 comments on commit cd99f3e

Please sign in to comment.