You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/Field.md
+6-23Lines changed: 6 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,29 +149,12 @@ You should only use the `errorStyle`, `dirtyStyle`, `errorClassName` and `dirtyC
149
149
150
150
You should pass a custom component to the `as` prop of `Field`. The props required by your component will be placed on the `Field` component (will be type-checked).
151
151
152
-
```tsx
153
-
function CustomInput(props: { value:any; onChange:React.ChangeEventHandler }) {
0 commit comments