-Autocomplete, or word completion is a feature in which an application predicts the rest of a word a user is typing. In graphical user interfaces, users can typically press the tab key to accept a suggestion or the down arrow key to accept one of several options.
In the following demonstration we are going to build a short sample of this feature, the requirements basically are two related fields. For example:
‘country’ and containing the name of the country instead of ‘ISO’ code.
1) We can create the autocomplete feature into the Scriptcase forms, so the first step would be to create a form:
2) Let’s select the field “Country” to perform the autocomplete function:
3) Then, let’s select the type of field as ‘autocomplete’
4) Finally, let’s perform a lookup selecting the automatic type:
Comment this post