提交 3d7402a3 编写于 作者: Y Yevhen Terentiev 提交者: Kubernetes Prow Robot

Disables namespace input autocomplete (#4343) (#4344)

上级 8721c6e3
......@@ -26,6 +26,7 @@ limitations under the License.
[(ngModel)]="selectNamespaceInput"
name="selectNamespaceInput"
class="kd-namespace-select-input"
autocomplete="off"
(keydown)="$event.keyCode === 13 ? selectNamespace() : null">
</div>
<mat-option *ngIf="namespaces.length"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册