mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
GUAC-1213: Use HTML5 date/time input types.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
<div class="time-field">
|
||||
<input type="text" ng-model="model" autocorrect="off" autocapitalize="off"/>
|
||||
<input type="time"
|
||||
ng-model="typedValue"
|
||||
ng-model-options="modelOptions"
|
||||
autocorrect="off"
|
||||
autocapitalize="off"/>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user