mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user