HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

enterkeyhint

Description

The enterkeyhint attribute for HTML is an enumerated attribute that specifies what action label (or icon) to present for the enter key on virtual keyboards.

KeywordDescription
enterDisplays 'enter' and inserts a new line.
doneDisplays 'done' and closes the input method editor (IME).
goDisplays 'go' and takes the user to the target of the text they typed.
nextDisplays 'next' and takes the user to the next field that will accept text.
previousDisplays 'previous' and takes the user to the previous field that will accept text.
searchDisplays 'search' and takes the user to the results for the text they have typed.
sendDisplays 'send' and delivers the text to its target.

Examples

1 · enter

2 · done

3 · go

4 · next

5 · previous

7 · send