Vincent's blog

enterkeyhint

The enterkeyhint HTML attribute enables you to specify the action label (or icon) for the enter key on iOS and Android keyboards.

<input enterkeyhint="next">

The attribute is supported by all major web browsers, so it is important to utilize it.

enterkeyhint example

#accessibility #html