ngx-mat-input-tel 18.2.0 → 18.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -99,10 +99,10 @@ If you want to show the sample number for the country selected or errors , use m
99
99
 
100
100
  | Options | Type | Default | Description |
101
101
  | ------------------ | ---------- | ------------ | ----------------------------------------------------------------------------------- |
102
- | enablePlaceholder | `boolean` | `true` | Input placeholder text, which adapts to the country selected. |
102
+ | enablePlaceholder | `boolean` | `false` | Input placeholder text, which adapts to the country selected. |
103
103
  | enableSearch | `boolean` | `false` | Whether to display a search bar to help filter down the list of countries |
104
104
  | format | `string` | `default` | Format of "as you type" input. Possible values: national, international, default |
105
- | inputPlaceholder | `string` | `undefined` | Placeholder for the input component. |
105
+ | placeholder | `string` | `undefined` | Placeholder for the input component. |
106
106
  | maxLength | `number` | `15` | max length of the input. |
107
107
  | onlyCountries | `string[]` | `[]` | List of manually selected country abbreviations, which will appear in the dropdown. |
108
108
  | preferredCountries | `string[]` | `[]` | List of country abbreviations, which will appear at the top. |