mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
11 lines
328 B
HTML
11 lines
328 B
HTML
<div class="time-field">
|
|
<input type="time"
|
|
ng-disabled="disabled"
|
|
ng-model="typedValue"
|
|
ng-model-options="modelOptions"
|
|
guac-lenient-time
|
|
placeholder="{{'FORM.FIELD_PLACEHOLDER_TIME' | translate}}"
|
|
autocorrect="off"
|
|
autocapitalize="off"/>
|
|
</div>
|