Override or extend the set of field names where spellcheck="false" is auto-applied
withNoSpellcheck
Functionforms/field
projects/forms/field/form-field.token.ts
Description#
Override or extend the set of field names where spellcheck="false" is auto-applied.
Signature#
withNoSpellcheck(fields)Parameters#
@paramfields
Additional field names to disable spellcheck for.
provideFormField(withNoSpellcheck(['iban', 'accountnumber', 'serialnumber']))Returns#
FormFieldFeature