Skip to main content

DialogInput

Index

Properties

optionalautoComplete

autoComplete?: string

optionaldefaultValue

defaultValue?: string

optionalformatter

formatter?: (input: string) => string

Formats the input value shown in the dialog. Not supported in app environments due to security reasons.


Type declaration

    • (input: string): string
    • Parameters

      • input: string

      Returns string

optionalinputMode

inputMode?: text | none | tel | url | email | numeric | decimal | search

optionalinputType

inputType?: DialogInputType

optionalplaceholder

placeholder?: string

optionalregex

regex?: string

type

type: INPUT