Skip to main content
cngx-src documentation

withAutocompleteMappings

Functionforms/field

projects/forms/field/form-field.token.ts

Description#

Override or extend the autocomplete mappings for CngxInput.

Signature#

withAutocompleteMappings(mappings: Record)

Parameters#

@parammappingsRecord

Additional or replacement field-name-to-autocomplete entries. Merged with built-in defaults. Pass a key with value '' to remove a mapping.

provideFormField(withAutocompleteMappings({
iban: 'cc-number',
taxid: 'off',
}))

Returns#

FormFieldFeature