Hi,
I want to update settings for autocomplete source when I type on a value. I get the data according to the character entered, the data of source will be retrieved by a http call.
I used beforeKeyDown hook but the displayed source will not be updated.
However, the autocomplete of with suggestions does not updated while I am still in the cell. I need to leave the cell and then come back so that the autocomplete shows.
How can I update the source of autocomplete with the data retrieved with the HTTP call?
Thanks for your help