Not. This is on the iOS side: you cannot control it using element properties.
User can disable it by himself.
- Scrolling down the menu itself
- Using the international keyboard button (globe icon) or
- Disable it in the settings.
However, there is currently no way to disable it via HTML without changing the input to a type other than text . The autocomplete attribute simply tells the keyboard whether to store previous inputs and recommend them to the user as they are entered.
source share