Skip to content

Commit 86eabe5

Browse files
committed
fox: PR comments
1 parent 0fcdccb commit 86eabe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ For applications requiring conditional or more complex formatting, this package
130130

131131
### Pipeline
132132

133-
<img src="./gifs/flow.svg" alt="When user input text we remove all characters that are not included in `allowedKeys` property. After that we validate the input against given `validationRegex` property. If validation is successful we apply a mask, otherwise we ignore current change.">
133+
<img src="./gifs/flow.svg" alt="When the user enters text, we remove all characters that aren't included in the `allowedKeys` property (if defined). Then we validate the input against the provided `validationRegex`. If the validation passes, we apply a mask; otherwise, we ignore the current change.">
134134

135135
### MaskedTextInput Component - Props
136136

0 commit comments

Comments
 (0)