GUAC-1213: Parse time values leniently.

This commit is contained in:
Michael Jumper
2015-08-11 12:56:27 -07:00
parent 6c63027728
commit 2f73c20321
3 changed files with 107 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
<input type="time"
ng-model="typedValue"
ng-model-options="modelOptions"
guac-lenient-time
placeholder="{{'FORM.FIELD_PLACEHOLDER_TIME' | translate}}"
autocorrect="off"
autocapitalize="off"/>