fix: disable autocomplete on editor textarea
This commit is contained in:
@@ -221,6 +221,7 @@
|
|||||||
ng-model-options='{ debounce: self.state.editorDebounce}',
|
ng-model-options='{ debounce: self.state.editorDebounce}',
|
||||||
ng-readonly='self.noteLocked',
|
ng-readonly='self.noteLocked',
|
||||||
ng-trim='false'
|
ng-trim='false'
|
||||||
|
autocomplete='off'
|
||||||
)
|
)
|
||||||
| {{self.onSystemEditorLoad()}}
|
| {{self.onSystemEditorLoad()}}
|
||||||
panel-resizer(
|
panel-resizer(
|
||||||
|
|||||||
Reference in New Issue
Block a user