mirror of
https://github.com/nasa/openmct.git
synced 2025-05-07 11:08:34 +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.
|
at runtime from the About dialog for additional information.
|
||||||
-->
|
-->
|
||||||
<span ng-controller="DateTimeFieldController">
|
<span ng-controller="DateTimeFieldController">
|
||||||
<input type="text"
|
<input type="text" autocorrect="off" spellcheck="false"
|
||||||
ng-model="textValue"
|
ng-model="textValue"
|
||||||
ng-blur="restoreTextValue(); ngBlur()"
|
ng-blur="restoreTextValue(); ngBlur()"
|
||||||
ng-mouseup="ngMouseup()"
|
ng-mouseup="ngMouseup()"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user