API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfacePlatformTextInputHints
@codexo/exojs / core / stable
What a host should tell its input method about the field. Every member is a hint: an input method may ignore any of them.
3
props
0
methods
0
events
Import
import { PlatformTextInputHints } from '@codexo/exojs'What a host should tell its input method about the field. Every member is a hint: an input method may ignore any of them.
Properties3
enterKeyHint?: "done" | "enter" | "go" | "next" | "search" | "send"What the field's confirm key should be labelled as.
inputMode?: "decimal" | "email" | "numeric" | "search" | "tel" | "text" | "url"What kind of content the field holds, so mobile keyboards can adapt.
masked?: booleanThe field shows masking characters; clipboard reads are refused.
Source