awesomplete
awesomplete copied to clipboard
open() fails until list is manually opened
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?
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.