Skip to content

Commit c0bfc3a

Browse files
authored
apply spellCheck configuration to input model
1 parent 9db25ec commit c0bfc3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/shared/form/builder/parsers/onebox-field-parser.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export class OneboxFieldParser extends FieldParser {
9090
return new DynamicOneboxModel(oneboxModelConfig);
9191
} else {
9292
const inputModelConfig: DsDynamicInputModelConfig = this.initModel(null, label);
93+
inputModelConfig.spellCheck = environment.form.spellCheck;
9394
this.setValues(inputModelConfig, fieldValue);
9495

9596
return new DsDynamicInputModel(inputModelConfig);

0 commit comments

Comments
 (0)