Hello friends,
The jQuery UI Autocomplete widget enables users to quickly find and select from a list of values as they type.
If you find the jQuery UI Autocomplete demos and documentation too daunting, here are some examples with
explanation to get you started.
https://salman-w.blogspot.com/2013/12/j ... mples.html
We took the demo using-label-value-pairs.html.
The data is loaded into the WIDGET using a JSON.
We now read the data from a DBF file into a string and pass this string to HTML.
There, we assign the string to a JSON object.
Here you can see the result.
Best regards,
Otto