Autocomplete is returning case sensitive results when using a remote source. My remote source will return a JSON response that is case insensitive. For example: 'cap', 'Cap', 'CAp', 'CAP' all return the exact same response -> ["Cape Girardeau","East Cape Girardeau"]. However, the selection list only shows when "Cap" is type into the input area. Typing in "cap" does not show results. I have tried setting "matchCase" to false with no success. Any suggestion on how to make Autocomplete case insensitive for remote sources.
I have a simple page setup with links to a second page. It is using window.location=page.php, to move to the new page.
First time the link is click, it goes to the second page. Everything works correctly.
When I click on the back button, it returns to the prior page as expected. Everything looks OK.
When I click on any link, the correct page loads and displays for about 2 second. Then the content of the calling page is displayed. The URL in the address bar still shows that page that was called.