fix(container): autocomplete off for create container form [EE-6761] (#11336)

* autocomplete off doe create container form

* address review commets

* remove auto complete off from forms
This commit is contained in:
Prabhat Khera
2024-03-11 13:39:04 +13:00
committed by GitHub
parent e96d5c245d
commit ae4970f0ed
8 changed files with 8 additions and 6 deletions
@@ -4,7 +4,7 @@
<div class="col-sm-12">
<rd-widget>
<rd-widget-body>
<form class="form-horizontal" name="$ctrl.form" autocomplete="off">
<form class="form-horizontal" name="$ctrl.form">
<!-- name-input -->
<div class="form-group">
<label for="stack_name" class="col-sm-1 control-label required text-left"> Name </label>