Juro K
Juro K
I have the same problem. Did someone find some solution for it?
I fond solution. I added CSS styles: ``` html, body, #root { height: 100%; width: 100%; } ``` Editor is shown now.
It seems that this problem was not fixed for long time. I have the same problem. On focus list is shown but when you press arrow down then first item...
I changed showAllResults function to: ``` /** * Show all results if minLength option is 0. */ showAllResults: function (event) { var val = $alias.val(); val = $.trim(val); if (val...