Skip to main content

RegisterFormInputComponent

Registers a custom FormInputComponent which can be used to control the argument inputs of a ConfigurableOperationDef (e.g. CollectionFilter, ShippingMethod etc.) or for a custom field.

Example

providers.ts

This input component can then be used in a custom field:

Example

src/vendure-config.ts

or with an argument of a ConfigurableOperationDef:

Example

Ts
Signature

Parameters

id

parameterstring

component

parameterType<FormInputComponent>
Was this chapter helpful?
Report Issue
Edited Feb 23, 2026ยทEdit this page