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
The `fieldComponent` property of the `Field` class allows to set the component used to render a property in list and show screens.
93
-
The `inputComponent` property allows to set the component to use to render the input used in create and edit screens.
92
+
The `field` property of the `Field` class allows to set the component used to render a property in list and show screens.
93
+
The `input` property allows to set the component to use to render the input used in create and edit screens.
94
94
95
95
Any [field](https://marmelab.com/admin-on-rest/Fields.html) or [input](https://marmelab.com/admin-on-rest/Inputs.html) provided by the Admin On Rest library can be used.
0 commit comments