Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPhoneProps

Describes commmon props for components with phone input

Hierarchy

Index

Properties

Optional initialPhone

initialPhone: string | undefined

Optional initial value for the phone input

onPhoneChanged

onPhoneChanged: function

Occurs when the user inputs phone

Type declaration

    • (password: string | undefined): void
    • Parameters

      • password: string | undefined

      Returns void

Optional phoneInputProps

phoneInputProps: ICrossEditorProps | undefined

Optional props for the phone input. Typically used to change the label prop or change the maskProps. See {@link ICrossEditorProps}