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
This commit is contained in:
Martin Raifer
2023-07-21 10:44:21 +02:00
parent 68c0bd7d46
commit 61af54c069
+1 -1
View File
@@ -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) {