InterfacesDialogInputOn this pageDialogInput Index PropertiesautoCompletedefaultValueformatterinputModeinputTypeplaceholderregextypeProperties optionalautoCompleteautoComplete?: stringoptionaldefaultValuedefaultValue?: stringoptionalformatterformatter?: (input: string) => stringFormats the input value shown in the dialog. Not supported in app environments due to security reasons.Type declaration(input: string): stringParametersinput: stringReturns stringoptionalinputModeinputMode?: text | none | tel | url | email | numeric | decimal | searchoptionalinputTypeinputType?: DialogInputTypeoptionalplaceholderplaceholder?: stringoptionalregexregex?: stringtypetype: INPUT
Formats the input value shown in the dialog. Not supported in app environments due to security reasons.