Disable spellcheck in Add Task Bar Component

This commit is contained in:
jordi 2023-12-19 19:12:29 -06:00 committed by Johannes Millan
parent c6d76c6a17
commit 09b005804e

View file

@ -20,6 +20,7 @@
(blur)="onBlur($event)"
[formControl]="taskSuggestionsCtrl"
[matAutocomplete]="autoEl"
spellcheck="false"
[placeholder]="(doubleEnterCount > 0)
? (T.F.TASK.ADD_TASK_BAR.START|translate)
: isAddToBottom