Page 1 of 1

Autocomplete widget (similar FW combobox)

PostPosted: Sat Jan 15, 2022 4:20 pm
by Otto
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.

Image


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.

Image


Here you can see the result.

Best regards,
Otto
Image