Skip to content

Instantly share code, notes, and snippets.

@aarongustafson
Created September 14, 2016 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aarongustafson/56ec22616c971c30cc2feb0e1ddb651c to your computer and use it in GitHub Desktop.
Save aarongustafson/56ec22616c971c30cc2feb0e1ddb651c to your computer and use it in GitHub Desktop.
<input id="ac" name="ac" required aria-required="true"
autocomplete="shipping country-name" autocorrect="off"
autocapitalize="on"
list="ac-options"
>
<datalist id="ac-options">
<option>Brazil</option>
<option>Poland</option>
<option>Spain</option>
<option>United States</option>
</datalist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment