From 03a237fd7e1a1f618432c6111cc18560acab60a7 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 13 Feb 2023 14:57:18 -0700 Subject: [PATCH] Et2Select: Turn off browser autocomplete in search --- api/js/etemplate/Et2Select/SearchMixin.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/js/etemplate/Et2Select/SearchMixin.ts b/api/js/etemplate/Et2Select/SearchMixin.ts index 20be157edd..622df63377 100644 --- a/api/js/etemplate/Et2Select/SearchMixin.ts +++ b/api/js/etemplate/Et2Select/SearchMixin.ts @@ -426,7 +426,7 @@ export const Et2WithSearchMixin = >(superclass let edit = null; if(this.editModeEnabled) { - edit = html` e.stopPropagation()} @blur=${this.stopEdit.bind(this)} @@ -435,6 +435,7 @@ export const Et2WithSearchMixin = >(superclass // I can't figure out how to get this full width via CSS return html`