Documentation

type UITextField​.EnterKeyHintType

An identifier for a virtual keyboard ‘enter’ button type.

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

Related