Why does input data not work correctly with SOTI SURF, but works fine with CHROME or FIREFOX?

DP
Daniel P Bronze Contributor
Abetech - Managed Services

 Good Afternoon,

I would like to know why an input data list doesn't actually work correctly and if there is a fix it as it's important for our applications that will be used by our employees on SOTI Surf.

The below HTML is an example that didn't work on SOTI Surf but worked fine in every other browser we use including Chrome on Android, Chrome on Windows and even Firefox.

<input placeholder="search..." type="text" list="searchDropdown" />
<datalist id="searchDropdown">
<option value="test1">Option 1</option>
<option value="test2">Option 2</option>
<option value="test3">Option 3</option>
<option value="test4">Option 4</option>
<option value="test5">Option 5</option>
<option value="test6">Option 6</option>
</datalist>

3 years ago
SOTI surf
ANSWERS