...
Auto-complete allows your textbox field to automatically suggest choices based on text entered into the textbox. The auto-complete can be populated by entering something as simple as a series of choices using a comma separated list or it can be as complex as passing JSON through a web service such as a PHP program. Auto-complete can be used to obtain records from a database as well. Using JSON array format, meaning the choices/values are enclosed in a bracket with quotations and then comma separated (i.e. ["ElementOne", "ElementTwo"] ) within the choices and choice values fields also allows you to populate the auto-complete, these fields can also be bound to an RPG field (Rich UI only).
...