Autocomplete is returning case sensitive results when using a remote source.
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.