mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
[DateTime Field] Disabled autocorrect and spellcheck for datetime fields (#1769)
Addresses #1682
This commit is contained in:
parent
425655bae0
commit
5a0656c700
@ -20,7 +20,7 @@
|
||||
at runtime from the About dialog for additional information.
|
||||
-->
|
||||
<span ng-controller="DateTimeFieldController">
|
||||
<input type="text"
|
||||
<input type="text" autocorrect="off" spellcheck="false"
|
||||
ng-model="textValue"
|
||||
ng-blur="restoreTextValue(); ngBlur()"
|
||||
ng-mouseup="ngMouseup()"
|
||||
|
Loading…
Reference in New Issue
Block a user