Files
guacamole-client/guacamole/src/main/webapp/app/form/templates/dateField.html

11 lines
328 B
HTML

<div class="date-field">
<input type="date"
ng-disabled="disabled"
ng-model="typedValue"
ng-model-options="modelOptions"
guac-lenient-date
placeholder="{{'FORM.FIELD_PLACEHOLDER_DATE' | translate}}"
autocorrect="off"
autocapitalize="off"/>
</div>