I have a web form generate by using zf2 fieldset, for one of the input field "Company Name" in this case, I want achieve auto-complete where the source for the select option comes from the database.
Thank for any advice in advance,
Frank
Here is one way to do it.
You can do this using the jquery typeahead
Hope this will help you