How to turn off the error prompt that comes with chrome input

for example

<form>
    <input type="email">
</form>

when there is a problem with the format of the mailbox entered in the chrome browser, it will automatically give a hint that there is a problem with the format. I would like to close this prompt now. Is there any way

Mar.02,2021
Menu