Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 4c8d018

Browse files
authored
Merge pull request #934 from calebhalvy/patch-1
Update Control.md
2 parents b29b3ab + 4d8d287 commit 4c8d018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/Control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ For example, this control validates that a username exists and is longer than 4
216216
/>
217217
```
218218

219-
### `parser={() => ...}` {#prop-parser}
219+
## `parser={() => ...}` {#prop-parser}
220220
_(Function)_: A function that _parses_ the view value of the control before it is changed. It takes in two arguments:
221221
- `value` - the view value that represents the _next_ model value
222222
- `previous` (optional) - the current model value _before_ it is changed

0 commit comments

Comments
 (0)