mirror of
https://github.com/zhigang1992/react-jsonschema-form.git
synced 2026-04-28 12:15:35 +08:00
fixed individually (#1109)
This commit is contained in:
committed by
Ethan Glasser-Camp
parent
3d1524d2b8
commit
3a37dd2396
@@ -1259,7 +1259,7 @@ render((
|
||||
|
||||
#### Customizing widgets text input
|
||||
|
||||
All the widgets that render a text input use the `BaseInput` component internally. If you need to customize all text inputs without customizing all widgets individially, you can provide a `BaseInput` component in the `widgets` property of `Form` (see [Custom component registration](#custom-component-registration).
|
||||
All the widgets that render a text input use the `BaseInput` component internally. If you need to customize all text inputs without customizing all widgets individually, you can provide a `BaseInput` component in the `widgets` property of `Form` (see [Custom component registration](#custom-component-registration).
|
||||
|
||||
### Custom field components
|
||||
|
||||
|
||||
Reference in New Issue
Block a user