Skip to main content

DefaultFormConfigHash

Used to define the expected arguments for a given default form input component.

Signature

'boolean-form-input'

propertyRecord<string, never>

'currency-form-input'

propertyRecord<string, never>

'customer-group-form-input'

propertyRecord<string, never>

'date-form-input'

property{ min?: string; max?: string; yearRange?: number }

'facet-value-form-input'

propertyRecord<string, never>

'json-editor-form-input'

property{ height?: string }

'html-editor-form-input'

property{ height?: string }

'number-form-input'

property{ min?: number; max?: number; step?: number; prefix?: string; suffix?: string }

'password-form-input'

propertyRecord<string, never>

'product-selector-form-input'

propertyRecord<string, never>

'relation-form-input'

propertyRecord<string, never>

'rich-text-form-input'

propertyRecord<string, never>

'select-form-input'

property{ options?: Array<{ value: string; label?: Array<Omit<LocalizedString, '__typename'>> }>; }

'text-form-input'

property{ prefix?: string; suffix?: string }

'textarea-form-input'

property{ spellcheck?: boolean; }

'product-multi-form-input'

property{ selectionMode?: 'product' | 'variant'; }

'combination-mode-form-input'

propertyRecord<string, never>

'struct-form-input'

propertyRecord<string, never>
Was this chapter helpful?
Report Issue
Edited Feb 25, 2026ยทEdit this page