Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created February 22, 2019 03:09
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 LeaVerou/78b6ab63152068da047398e57786a438 to your computer and use it in GitHub Desktop.
Save LeaVerou/78b6ab63152068da047398e57786a438 to your computer and use it in GitHub Desktop.
Cannot insert emojis in input with maxlength="1"
/**
* Cannot insert emojis in input with maxlength="1"
*/
input {
font-size: 20px;
width: 30em;
}
<p>Try entering an emoji below (you can copy this: 💩):
<p><input maxlength="1">
<p>
<p><input maxlength="1" value="Oddly enough, value can be as long as you want 💩">
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment