Skip to content

Instantly share code, notes, and snippets.

@phyesix
Created August 20, 2019 17:49
Show Gist options
  • Save phyesix/7bb4f66a9c1e45922a435e0fa29770f2 to your computer and use it in GitHub Desktop.
Save phyesix/7bb4f66a9c1e45922a435e0fa29770f2 to your computer and use it in GitHub Desktop.
input types - "autocomplete" attribute
<div>
<label for="cc-number">Enter your credit card number</label>
<input type="number" name="cc-number" id="cc-number" autocomplete="off">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment