Enter or paste characters into the cells below, once it reaches the maximum characters it will de-focus.
HTML
Note the use of autocorrect
and spellcheck
to avoid red warning lines on the input.
CSS
The CSS uses a monotype font with the use of ch
as a character measurement.
TypeScript
Blurring the input box when the 6th character has been entered avoids a weird overflow.
The full web component code