mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
11 lines
328 B
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>
|