fixed individually (#1109)

This commit is contained in:
0xflotus
2019-01-10 19:48:10 +01:00
committed by Ethan Glasser-Camp
parent 3d1524d2b8
commit 3a37dd2396

View File

@@ -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