Interface: CountrySelectProps
Country Select Component
Properties
disabled
• Optional disabled: boolean
Is Select Disabled?
Default
false
onChange
• Optional onChange: (__namedParameters: { selectedCountry?: string ; value?: string }) => void
Type declaration
▸ («destructured»): void
OnChange Function Callback
Parameters
| Name | Type |
|---|---|
«destructured» | Object |
› selectedCountry? | string |
› value? | string |
Returns
void
selectedCountry
• selectedCountry: string
Selected Country Value
value
• value: string
Telephone Number Input Value