Skip to content

Instantly share code, notes, and snippets.

@fayqLs
Created October 15, 2024 06:10
Show Gist options
  • Save fayqLs/7a691122046b94a506f4ada2a411492d to your computer and use it in GitHub Desktop.
Save fayqLs/7a691122046b94a506f4ada2a411492d to your computer and use it in GitHub Desktop.
DESABILITAR AUTOCOMPLETE DO CAMPO
<?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