FieldContextRawState
Properties
clearServerErrorDependents
The clearServerErrorDependents for the field.
Type: ComputedRef
Source: client/lib/use/useField.js:93
dependencyValues
The resolved dependency values for the field.
Type: ComputedRef
Source: client/lib/use/useField.js:122
errors
The errors for the field.
Type: ComputedRef | object
Source: client/lib/use/useField.js:113
fieldId
A stable, SSR-safe identifier for the field's primary control element.
Type: Readonly
Source: client/lib/use/useField.js:90
focused
Whether the field is focused.
Type: ComputedRef
Source: client/lib/use/useField.js:119
formModelName
The name of the form model for configuration lookup.
Type: ComputedRef
Source: client/lib/use/useField.js:92
help
The help text for the field.
Type: ComputedRef
Source: client/lib/use/useField.js:101
ignored
Whether the field is ignored.
Type: ComputedRef
Source: client/lib/use/useField.js:118
initialValue
The initial value of the field.
Type: ComputedRef
Source: client/lib/use/useField.js:106
initialValueUnset
Whether the initial value is considered empty.
Type: ComputedRef
Source: client/lib/use/useField.js:108
label
The label for the field.
Type: ComputedRef
Source: client/lib/use/useField.js:98
messages
The messages for the field.
Type: ComputedRef | object
Source: client/lib/use/useField.js:112
modified
Whether the field has been modified.
Type: ComputedRef
Source: client/lib/use/useField.js:117
name
The name of the field. This is the path to look up the value of the field in the form context.
Type: ComputedRef
Source: client/lib/use/useField.js:91
readOnly
Whether the field is read-only.
Type: ComputedRef
Source: client/lib/use/useField.js:95
required
Whether the field is required.
Type: ComputedRef
Source: client/lib/use/useField.js:99
submittingValue
The current value of the field while accounting for ignored fields.
Type: WritableComputedRef
Source: client/lib/use/useField.js:105
touched
Whether the field has been touched.
Type: ComputedRef
Source: client/lib/use/useField.js:116
valid
Whether the field is valid.
Type: ComputedRef
Source: client/lib/use/useField.js:100
validationDependencies
The validationDependencies for the field.
Type: ComputedRef
Source: client/lib/use/useField.js:94
value
The current value of the field.
Type: WritableComputedRef
Source: client/lib/use/useField.js:104
valueIsInitial
Whether the current value matches the initial value.
Type: ComputedRef
Source: client/lib/use/useField.js:107
valueUnset
Whether the current value is considered empty.
Type: ComputedRef
Source: client/lib/use/useField.js:109
Source
client/lib/use/useField.js:87