-
-
Save fayqLs/7a691122046b94a506f4ada2a411492d to your computer and use it in GitHub Desktop.
DESABILITAR AUTOCOMPLETE DO CAMPO
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$nome->disableAutoComplete(); | |
$cpf->disableAutoComplete(); | |
$celular->disableAutoComplete(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment