HTML Tips & Tricks

April 19, 2020
You're reading a draft of an essay, it's not published yet.

HTML always suprirses me with the hidden features it provides, here’s a list of what I found intresting.


1. SMS Validation Auto-fill

<input autocomplete="one-time-code">

For iOS, the received SMS validation code can be auto-filled into the input when its autocomplete attribute is set to one-time-code.