Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PhoneNumberInputUIProps

notexported

Hierarchy

  • PhoneNumberInputSharedProps
    • PhoneNumberInputUIProps

Index

Properties

defaultCountry?: string
className?: string
error?: string
label?: string
name?: string
onBlur?: FocusEventHandler<Element>
onFocus?: FocusEventHandler<Element>
placeholder?: string
value?: string
ReactPhoneInput?: PhoneInputWithCountrySelectType

Methods

  • onChange(value?: string): void
  • formatNumber(value: string): string

Generated using TypeDoc