ngx-mat-input-tel 19.0.0 → 19.2.0

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
@@ -16,8 +16,6 @@ This is a fork from the [ngx-mat-intl-tel-input](https://github.com/tanansatpal/
16
16
 
17
17
  - Angular >=15
18
18
  - Angular Material >=15
19
- - ReactiveFormsModule
20
- - FormsModule
21
19
  - Validation with [libphonenumber-js](https://github.com/catamphetamine/libphonenumber-js)
22
20
 
23
21
  ## Installation
@@ -97,17 +95,18 @@ If you want to show the sample number for the country selected or errors , use m
97
95
 
98
96
  ## Inputs
99
97
 
100
- | Options | Type | Default | Description |
101
- | ------------------ | ---------- | ------------ | ----------------------------------------------------------------------------------- |
102
- | enablePlaceholder | `boolean` | `false` | Input placeholder text, which adapts to the country selected. |
103
- | enableSearch | `boolean` | `false` | Whether to display a search bar to help filter down the list of countries |
104
- | format | `string` | `default` | Format of "as you type" input. Possible values: national, international, default |
105
- | placeholder | `string` | `undefined` | Placeholder for the input component. |
106
- | maxLength | `number` | `15` | max length of the input. |
107
- | onlyCountries | `string[]` | `[]` | List of manually selected country abbreviations, which will appear in the dropdown. |
108
- | preferredCountries | `string[]` | `[]` | List of country abbreviations, which will appear at the top. |
109
- | resetOnChange | `boolean` | `false` | Reset input on country change |
110
- | searchPlaceholder | `string` | `Search ...` | Placeholder for the search input |
98
+ | Options | Type | Default | Description |
99
+ | ------------------ | ------------------------- | ------------ | ----------------------------------------------------------------------------------- |
100
+ | enablePlaceholder | `boolean` | `false` | Input placeholder text, which adapts to the country selected. |
101
+ | enableSearch | `boolean` | `false` | Whether to display a search bar to help filter down the list of countries |
102
+ | format | `string` | `default` | Format of "as you type" input. Possible values: national, international, default |
103
+ | placeholder | `string` | `undefined` | Placeholder for the input component. |
104
+ | maxLength | `number` | `15` | max length of the input. |
105
+ | onlyCountries | `string[]` | `[]` | List of manually selected country abbreviations, which will appear in the dropdown. |
106
+ | preferredCountries | `string[]` | `[]` | List of country abbreviations, which will appear at the top. |
107
+ | resetOnChange | `boolean` | `false` | Reset input on country change |
108
+ | searchPlaceholder | `string` | `Search ...` | Placeholder for the search input |
109
+ | validation | `isPossible` \| `isValid` | `isValid` | Change the validation type |
111
110
 
112
111
 
113
112
  ## Outputs
@@ -159,4 +158,11 @@ In your project run:
159
158
  * maintainer [Raphaël Balet](https://github.com/rbalet)
160
159
  * Forked from [ngx-mat-intl-tel-input](https://github.com/tanansatpal/ngx-mat-intl-tel-input)
161
160
 
161
+ ### Contributors
162
+ Contributions are welcome! See our [contribution notes](CONTRIBUTING.md).
163
+
164
+ [<img alt="Contributor rbalet" src="https://avatars.githubusercontent.com/u/44493964?v=4&size=128" width=64>](https://github.com/rbalet)
165
+ [<img alt="Contributor ChristianLoosliVGT" src="https://avatars.githubusercontent.com/u/126682673?v=4&size=128" width=64>](https://github.com/ChristianLoosliVGT)
166
+
167
+
162
168
  [![BuyMeACoffee](https://www.buymeacoffee.com/assets/img/custom_images/purple_img.png)](https://www.buymeacoffee.com/widness)