We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db25ec commit c0bfc3aCopy full SHA for c0bfc3a
src/app/shared/form/builder/parsers/onebox-field-parser.ts
@@ -90,6 +90,7 @@ export class OneboxFieldParser extends FieldParser {
90
return new DynamicOneboxModel(oneboxModelConfig);
91
} else {
92
const inputModelConfig: DsDynamicInputModelConfig = this.initModel(null, label);
93
+ inputModelConfig.spellCheck = environment.form.spellCheck;
94
this.setValues(inputModelConfig, fieldValue);
95
96
return new DsDynamicInputModel(inputModelConfig);
0 commit comments