Skip to content

Commit

Permalink
Correct prop name
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Aug 1, 2024
1 parent a041687 commit fc7d1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/base/components/field/field.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ The `validateOnChange` prop reports the control's validity state on every `chang
This mechanism can also be debounced, useful for async realtime validation:

```jsx
<Field.Root validateOnChange validationDebounceMs={500}>
<Field.Root validateOnChange validateDebounceMs={500}>
```

## Styling
Expand Down

0 comments on commit fc7d1e2

Please sign in to comment.