mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-30 11:10:04 +00:00
Disable spellcheck in Add Task Bar Component
This commit is contained in:
parent
c6d76c6a17
commit
09b005804e
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue