'Input autocomplete is firing even though it's disabled

I've been dealing with this for about an hour and so far I have no idea on what's happening, gif

The last 3 inputs have no relations between and the last 2 are password inputs, I've placed autoComplete='off' on my form, and it seems to work on most inputs but these 3.
I think somehow where the placeholder is 'Ex: Sim' the code is thinking that it's an email input, but there's nothing saying that it's, in the dom it's just like that: type='text' autocomplete='off', name='mentoria' id='mentoria'.

I've tested in both Firefox and Chrome, both seems to work that way. If needed more context/code, just ask me and I will provide.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source