GUACAMOLE-302: Additions made to every remaining field (every field except username and password) so that they can now be manually focussed using the custom guacFocus directive.

This commit is contained in:
m-khan-glyptodon
2019-06-18 12:18:30 -07:00
parent eb50c5c0e8
commit cfefd11e90
9 changed files with 10 additions and 6 deletions

View File

@@ -3,6 +3,7 @@
ng-disabled="disabled"
ng-model="model"
ng-hide="readOnly"
guac-focus="focused"
autocorrect="off"
autocapitalize="off"/>
<a href="mailto:{{model}}" ng-show="readOnly">{{model}}</a>