Function: processTemplateLiteral()
processTemplateLiteral(
schema,_ctx,field,_params):void
Defined in: packages/core/src/processors/string.ts:102
Process z.templateLiteral() — renders as a plain text Input.
Template literals have a fixed structure; no constraints are extracted.
Parameters
schema
$ZodTemplateLiteral
The $ZodTemplateLiteral schema to process.
_ctx
The walker context (unused for template literal processing).
field
The base FormField to mutate in-place.
_params
Unused; included for processor signature conformance.
Returns
void