Prevent textbox suggestions on mobile

Viewed 14

I need to build an autocomplete textbox and it's working. But on mobile phone before my autocomplete there are the browser suggestions. So my users keep inserting new data instead of clicking on the one from the database. Is possible to disable browser suggestions for specific textbox (or per application level)?

Now i'm used Devextreme autocomplete, but also with a classic textbox there's this problem.

1

1 Answers
Related