readonly
function
Adds logic to a field to conditionally make it readonly. A readonly field does not contribute to the validation, touched/dirty, or other state of its parent field.
readonly
void
Adds logic to a field to conditionally make it readonly. A readonly field does not contribute to the validation, touched/dirty, or other state of its parent field.
@paramlogic
NoInfer<LogicFn<TValue, boolean, TPathKind>>
A reactive function that returns true
when the field is readonly.
@returns
void
Jump to details