The enterkeyhint HTML attribute is an enumerated attribute that specifies what action label (or icon) to present for the enter key on virtual keyboards.
Keyword | Description |
---|---|
enter | Displays 'enter' and inserts a new line. |
done | Displays 'done' and closes the input method editor (IME). |
go | Displays 'go' and takes the user to the target of the text they typed. |
next | Displays 'next' and takes the user to the next field that will accept text. |
previous | Displays 'previous' and takes the user to the previous field that will accept text. |
search | Displays 'search' and takes the user to the results for the text they have typed. |
send | Displays 'send' and delivers the text to its target. |