Confirmed users
58
edits
m (→Status) |
m (→Proposed API) |
||
Line 99: | Line 99: | ||
readonly attribute DOMString inputType; | readonly attribute DOMString inputType; | ||
// Get the return key type, which determines the title of the key displayed in the keyboard and action performed when it is pressed. The value could be "done", "next", "go", "search" and "send". | // Get the return key type, which determines the title of the key displayed in the keyboard and action | ||
// performed when it is pressed. The value could be "done", "next", "go", "search" and "send". | |||
// If the value is "next", when pressing the enter key, the focus should be move to the next input field. | // If the value is "next", when pressing the enter key, the focus should be move to the next input field. | ||
readonly attribute DOMString returnKeyType; | readonly attribute DOMString returnKeyType; |