mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
13 lines
398 B
HTML
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>
|