Enable / disable spellcheck for textarea inputs via config

This commit is contained in:
Mark Cooper
2022-08-26 17:58:06 -07:00
parent ffc5ecb100
commit 9771d756b6
9 changed files with 22 additions and 0 deletions

View File

@@ -55,6 +55,8 @@ auth:
# Form settings
form:
# Sets the spellcheck textarea attribute value
spellCheck: true
# NOTE: Map server-side validators to comparative Angular form validators
validatorMap:
required: required