I am creating web forms through S123 Connect and am seeing an issue with Edge and IE browsers on an autocomplete field.
For field "SpeciesName" a user should be able to begin typing and find any values that include the characters I have entered (regardless of the position of those characters in the name: a "CONTAINS" query). This works for most browsers. However, for Edge and IE, it will only find names that BEGIN with the characters I enter: a "STARTSWITH" query. So typing "west" in Chrome shows both species that begin with "western" in their name and also others that have "west" anywhere in their name like 'northwestern". Edge/IE only shows the ones that begin with "west". Anyone else seeing this behavior? Any ideas for solving?
Autocomplete in Chrome

Autocomplete in IE
