Phone input

Tags: forms

To be used with CountriesCollection

Flag of

The country selection now starts by default at Australia instead of the US. This is set by initializing the countryCodeControl.

Inputs
countryCodeControl : FormControl<any>
phoneNumberControl : FormControl<string>
countriesOptions ?: readonly Country[] = []
dynamicValidation ?: boolean = false