GUACAMOLE-742: Provide "disabled" attribute for forms and fields.

This commit is contained in:
Michael Jumper
2019-04-27 16:52:37 -07:00
parent fbcb04e670
commit 59fdc80e9f
14 changed files with 36 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
<div class="email-field">
<input type="email"
ng-disabled="disabled"
ng-model="model"
ng-hide="readOnly"
autocorrect="off"