mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 05:23:06 +00:00
Enable / disable spellcheck for textarea inputs via config
This commit is contained in:
@@ -78,6 +78,7 @@ export const environment: BuildConfig = {
|
||||
|
||||
// Form settings
|
||||
form: {
|
||||
spellCheck: true,
|
||||
// NOTE: Map server-side validators to comparative Angular form validators
|
||||
validatorMap: {
|
||||
required: 'required',
|
||||
|
Reference in New Issue
Block a user