Phone input

Phone number input field

To be used with CountriesCollection

Update on change.

Flag of UNITED STATES

Update on blur.

Flag of UNITED STATES

Update on submit.

Flag of UNITED STATES
Inputs
formGroup : FormGroup<{ countryCode: FormControl<any>; phoneNumber: FormControl<string>; displayPhoneNumber: FormControl<string>; }>
autoFocus ?: any = AutoFocusOption.NONE

Allows the input to auto focus

countriesOptions ?: readonly Country[] = []
countryPriority ?: string[] = [ CountryCode.US, CountryCode.CA, CountryCode.NZ, CountryCode.AU, CountryCode.GB, ]

Priority countries to show for country select