Files
guacamole-client/guacamole/src/main/webapp/app/form/templates/timeField.html
2019-08-08 22:13:05 -07:00

13 lines
398 B
HTML

<div class="time-field">
<input type="time"
ng-disabled="disabled"
ng-attr-id="{{ fieldId }}"
ng-model="typedValue"
ng-model-options="modelOptions"
guac-focus="focused"
guac-lenient-time
placeholder="{{'FORM.FIELD_PLACEHOLDER_TIME' | translate}}"
autocorrect="off"
autocapitalize="off"/>
</div>