GUAC-1213: Parse date values leniently.

This commit is contained in:
Michael Jumper
2015-08-11 12:31:31 -07:00
parent e2e0be30fd
commit 6c63027728
3 changed files with 87 additions and 0 deletions

View File

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