Remove Autopopulate Data From Inputs

by Kushal Jayswal

HTML

<form action="" autocomplete="off">
  <input type="text" autocomplete="nope">
  <input type="password" autocomplete="new-password">
  <button type="submit">
    submit
  </button>
</form>