[DateTime Field] Disabled autocorrect and spellcheck for datetime fields (#1769)

Addresses #1682
This commit is contained in:
tobiasbrown 2017-12-08 08:29:52 +11:00 committed by Andrew Henry
parent 425655bae0
commit 5a0656c700

View File

@ -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()"