Display the suggest list of a text editor on click

Hello.

I have an editable DataTable, containing a text editor with a suggest list attached on it. I want that when opening the editor the suggest list appears… Without having to type a first letter in the editor. Much like a “open valued combo”.

I’m looking a solution with “onAfterEditStart” but the problem is that the popup is not (yet) initialized. A snippet is always easier :
https://webix.com/snippet/da104afb
Will faill when editing year. How can I open the suggest list at this time?

Thank you.

Jonathan

Nevermind, find the solution in the comments of the suggest API.

If anyone looking for the same information, you need ton link to the input and show manually: https://webix.com/snippet/edaae2c9

Thanks

…good one, thanks jlannoy …