Docs (4.0.0)
class UITextField type

type EnterKeyHintType

An identifier for a virtual keyboard ‘enter’ button type, used only on some devices.

static

type EnterKeyHintType = "enter" | "done" | "go" | "next" | "previous" | "search" | "send"

Related