Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-sokolov committed Apr 29, 2024
1 parent faafbba commit 906b740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ To observe changes only after the user is done editing, use onChangesDone instea
The hook also allows parsing the text value as a richer value instead of validating. This can be used for number inputs, or a custom data type:
```jsx
function EmailInput() {
function NumberInput() {
const { inputProps } = useInputWithDraftState({
onChange,
convert: {
Expand Down

0 comments on commit 906b740

Please sign in to comment.