Function: processFallback()
processFallback(
schema,_ctx,field,_params):void
Defined in: packages/core/src/processors/fallback.ts:17
Fallback processor for Zod types without a dedicated handler.
Renders as a plain text Input, preserving the schema's def.type on the field.
Used for custom, any, unknown, nan, void, null, undefined, symbol,
transform, promise, function, and other exotic types.
Parameters
schema
$ZodType
The unhandled Zod schema.
_ctx
The walker context (unused by the fallback).
field
The base FormField to mutate in-place.
_params
Unused; included for processor signature conformance.
Returns
void