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

@@ -1 +1 @@
<input type="checkbox" ng-disabled="disabled" ng-model="typedValue" autocorrect="off" autocapitalize="off"/>
<input type="checkbox" ng-disabled="disabled" ng-model="typedValue" guac-focus="focused" autocorrect="off" autocapitalize="off"/>