<FieldValue>
Displays the value for a given field name.
Props
Prop Name
Prop Type
Description
name
String
The base field name without a /
.
When to use?
Most components display values in <Field />
, so this component useful if:
Your inputs don't display values.
You want to display the value of a field somewhere else in your app.
Last updated