[SOLVED] wrong suggest popup position

webix UI v.5.0.0
wrong suggest popup position, when use serverside search

view: “text”,
id: “contragent_suggest”,
name: “contragent”,
label: “Contragent”,
suggest: “contragent/search.php”

in this case, suggest popup in the center of screen

but

view: “text”,
id: “contragent_suggest”,
name: “contragent”,
label: “Contragent”,
suggest: [
‘aaaa’, ‘bbbbb’, ‘ccccccc’
]

works correctly

update to webix UI v.5.1.0 solve this issue