Popup on a regular text input

Can i add popoup on a regular input text element and how ?

I know i can do this on a webix form element but i want to do it on a regular text input. I can’t find any examples of this.

You can create a suggestlist and attach it to the text-element.

Hi! Yes, you can do it just as @gartneriet said

Here’s the example: http://docs.webix.com/samples/13_form/01_controls/15_suggest_server.html

Tnx to both!