From 61af54c069fa11c6968c754c06ed241cd9f67d58 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Fri, 21 Jul 2023 10:44:21 +0200 Subject: [PATCH] fix combo field's dropdown when tag reference info is displayed show it immediately after the input field instead of after the tag documentation text --- modules/ui/fields/combo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/fields/combo.js b/modules/ui/fields/combo.js index 78066bd70..4aaa05b50 100644 --- a/modules/ui/fields/combo.js +++ b/modules/ui/fields/combo.js @@ -483,7 +483,7 @@ export function uiFieldCombo(field, context) { .attr('type', 'text') .attr('id', field.domId) .call(utilNoAuto) - .call(initCombo, selection) + .call(initCombo, _container) .merge(_input); if (_isSemi) {