You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
8
+
## [19.2.0] - 2025-01-25
9
+
10
+
### Added
11
+
12
+
- Add 'outputNumberFormat' option to set the output number to INTERNATIONAL, E164, or RFC3966 format.
13
+
- Add css variables to customize the input field appearance ([#34](https://github.com/juanjotorres90/ngx-material-intl-tel-input/pull/34)).
14
+
15
+
### Fixed
16
+
17
+
- Clear the number input field when a form reset is triggered ([#37](https://github.com/juanjotorres90/ngx-material-intl-tel-input/issues/37)).
18
+
- Fix cursor position when editing the number from the middle or start position ([#37](https://github.com/juanjotorres90/ngx-material-intl-tel-input/issues/37)).
| useMask |`boolean`|`false`| Use mask for phone number input. |
77
77
| forceSelectedCountryCode |`boolean`|`false`| If useMask is active it forces the selected country code to be displayed |
78
78
| showMaskPlaceholder |`boolean`|`false`| If useMask is active it shows the placeholder for the mask |
79
+
| outputNumberFormat |`PhoneNumberFormat`|`PhoneNumberFormat.INTERNATIONAL`| Sets the output number format to INTERNATIONAL, E164, or RFC3966 format |
79
80
| textLabels |`TextLabels`| {mainLabel: 'Phone number', codePlaceholder: 'Code', searchPlaceholderLabel: 'Search', noEntriesFoundLabel: 'No countries found', nationalNumberLabel: 'Number', hintLabel: 'Select country and type your phone number', invalidNumberError: 'Number is not valid', requiredError: 'This field is required'} | Overrides all component text labels |
0 commit comments