mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
Enable / disable spellcheck for textarea inputs via config
This commit is contained in:
@@ -93,6 +93,7 @@ export class DefaultAppConfig implements AppConfig {
|
||||
|
||||
// Form settings
|
||||
form: FormConfig = {
|
||||
spellCheck: true,
|
||||
// NOTE: Map server-side validators to comparative Angular form validators
|
||||
validatorMap: {
|
||||
required: 'required',
|
||||
|
Reference in New Issue
Block a user