Skip to content

Commit fed8c42

Browse files
Merge pull request #112 from kirillzyusko/docs/pipeline
docs: pipeline
2 parents 3db476e + 86eabe5 commit fed8c42

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ The mask pattern defines how user input is processed and displayed. The characte
128128

129129
For applications requiring conditional or more complex formatting, this package provides additional configuration options.
130130

131+
### Pipeline
132+
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.">
134+
131135
### MaskedTextInput Component - Props
132136

133137
| Prop | Type | Description |

gifs/flow.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)