[](https://travis-ci.org/jlevot/p-intl-input-tel) [](https://badge.fury.io/js/p-intl-input-tel-intl) [ selection based on user input. |
| displayPlaceholder | boolean | true | Input placeholder text, which adapts to the country selected. |
| customPlaceholder | string | None | Custom string to be inserted as a placeholder. |
| numberFormat | | PhoneNumberFormat.International | Custom string to be inserted as a placeholder. |
| displaySearchCountry | boolean | false | Enables input search box for countries in the flag dropdown. |
| searchCountryField | | SearchCountryField.All | Customize which fields to search in, if searchCountryFlag is enabled. Use SearchCountryField helper enum. |
| searchCountryPlaceholder | string | 'Search Country' | Placeholder value for searchCountryField |
| maxLength | number | None | Add character limit. |
| selectFirstCountry | boolean | true | Selects first country from preferredCountries if is set. If not then uses main list. |
| phoneValidation | boolean | true | Disable phone validation. |
| inputId | string | phone | Unique ID for element. |
| selectedCountryISO | | None | Set specific country on load. |
| separateDialCode | boolean | false | Visually separate dialcode into the drop down element. |
| countryChange | | None | Emits country value when the user selects a country from the dropdown. |
| lang | | fr | Language used for country name display and search. |
| appendTo | | null` | Target element to attach the overlay. |