awesomplete icon indicating copy to clipboard operation
awesomplete copied to clipboard

open() fails until list is manually opened

Open simon1tan opened this issue 7 years ago • 1 comments

After setup like this, awesome = new Awesomplete('#id1', {}), I try to call awesome.open() but it does nothing. After manually typing to get the list to appear, awesome.open() will start to work. I expect to be able to call open() from the beginning. Yah?

simon1tan avatar Dec 26 '17 06:12 simon1tan

Hi simon1tan, I had the same problem, what I did was call the evaluate() method first and then the open() method, that worked for me.

arnoldochavez avatar Jan 23 '18 07:01 arnoldochavez