iOS virtual keyboard in Safari: Change "Go" to "Enter"

ios, safari, web-applications

Solution

As for today, there's no room for customization of the return key text.

There's a fixed list of input types that Safari mobile recognizes, but you cannot do anything more than setting of one them and let Safari choose the proper keyboard appearance.

Problem

I know that if you have the keyword "search" on ``` <input type="search"> ``` Safari on iOS recognizes this and shows "Search" instead of "Go" in the virtual keyboard. Are there any other keywords that are recognized? I would like to name it "Enter" because on a tag-input, neither "Search" nor "Go" makes perfect sense.

Original source