mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUAC-1213: Add date/time field format placeholders.
This commit is contained in:
		| @@ -2,6 +2,7 @@ | ||||
|     <input type="date" | ||||
|            ng-model="typedValue" | ||||
|            ng-model-options="modelOptions" | ||||
|            placeholder="{{'FORM.FIELD_PLACEHOLDER_DATE' | translate}}" | ||||
|            autocorrect="off" | ||||
|            autocapitalize="off"/> | ||||
| </div> | ||||
|   | ||||
| @@ -2,6 +2,7 @@ | ||||
|     <input type="time" | ||||
|            ng-model="typedValue" | ||||
|            ng-model-options="modelOptions" | ||||
|            placeholder="{{'FORM.FIELD_PLACEHOLDER_TIME' | translate}}" | ||||
|            autocorrect="off" | ||||
|            autocapitalize="off"/> | ||||
| </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user