Incorrect size of unitlist after filter in onBeforeShow-handler

If you try to filter data for unitlist from onBeforeShow-handler you would get incorrect size of suggest.
If you try to do it for list, it will work correctly.

https://imgur.com/a/5uZdKy4

https://snippet.webix.com/fyorv2xx

Good day @lBeJIuk,

Thanks for the detailed report! I can confirm the issue.

Till fix, as workaround I suggest to you use resize() for the suggest:

suggest.resize()

Please, check out the snippet with example: Code Snippet

Thank you. It works.

This affects “combo” as well.
But fortunately there is an “onItemClick”-event that can be used.

https://snippet.webix.com/f0ekcr15

Thank you for detailed report! It will be fixed as soon as possible