From 3e4638fd907d0e1776b4cb9fa98e7dcfd126fdf0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 30 Nov 2018 15:56:42 +0800 Subject: [PATCH] Roo/bootstrap/ComboBox.js --- Roo/bootstrap/ComboBox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/bootstrap/ComboBox.js b/Roo/bootstrap/ComboBox.js index 98d4eeab5f..6eb11e9aec 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -451,7 +451,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, { cn: [ { tag: 'input', - type : 'hidden d-none', + type : 'hidden', cls: 'form-hidden-field' }, { @@ -2273,7 +2273,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, { cn: [ { tag: 'input', - type : 'hidden d-none', + type : 'hidden', cls: 'form-hidden-field' }, ibwrap -- 2.39.2