mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 21:35:01 -02:30
Add autocomplete attr to component form
Signed-off-by: gconsidine <greg@gregconsidine.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</at-tab-group>
|
||||
|
||||
<at-panel-body>
|
||||
<at-form state="vm.form">
|
||||
<at-form state="vm.form" autocomplete="off">
|
||||
<at-input-text col="4" tab="1" state="vm.form.name"></at-input-text>
|
||||
<at-input-text col="4" tab="2" state="vm.form.description"></at-input-text>
|
||||
<at-input-lookup col="4" tab="3" state="vm.form.organization"></at-input-lookup>
|
||||
|
||||
Reference in New Issue
Block a user