ngxsmk-tel-input 1.7.0 → 1.8.1
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
|
@@ -7,7 +7,7 @@ Wraps [`intl-tel-input`](https://github.com/jackocnr/intl-tel-input) for the UI
|
|
|
7
7
|
|
|
8
8
|
## Try it live on StackBlitz
|
|
9
9
|
|
|
10
|
-
[](https://stackblitz.com/~/github.com/
|
|
10
|
+
[](https://stackblitz.com/~/github.com/NGXSMK/ngxsmk-tel-input)
|
|
11
11
|
|
|
12
12
|
---
|
|
13
13
|
|
|
@@ -21,6 +21,7 @@ Wraps [`intl-tel-input`](https://github.com/jackocnr/intl-tel-input) for the UI
|
|
|
21
21
|
* **Mobile responsive**: Optimized for touch devices with proper tap targets, prevents iOS zoom, and responsive dropdown
|
|
22
22
|
* **Dark & Light themes**: Comprehensive theme system with automatic system preference detection
|
|
23
23
|
* **Accessibility**: Full ARIA support, screen reader compatibility, keyboard navigation
|
|
24
|
+
* **Parent fieldset disabled detection**: Natively reacts to parent `<fieldset>` disabled state changes (via `DoCheck` hook), disabling dropdown and matching application styles.
|
|
24
25
|
* **Integrations & Ionic ready**: Built-in support for Twilio, Vonage, AWS SNS, and Ionic Framework overlays/themes (see [INTEGRATIONS.md](./INTEGRATIONS.md))
|
|
25
26
|
* SSR‑friendly (no `window` on the server)
|
|
26
27
|
* Easy theming via CSS variables
|
|
@@ -234,6 +235,7 @@ Arabic + RTL example
|
|
|
234
235
|
| `selectOnFocus` | `boolean` | `false` | Select all text on focus. |
|
|
235
236
|
| `formatWhenValid` | `'off' \| 'blur' \| 'typing'` | `'typing'` | When to format the display value. |
|
|
236
237
|
| `showErrorWhenTouched` | `boolean` | `true` | Show error styles only after blur. |
|
|
238
|
+
| `showErrorMsg` | `boolean` | `true` | Show component's internal validation error message text. |
|
|
237
239
|
| `dropdownAttachToBody` | `boolean` | `true` | Attach dropdown to `<body>` (avoids clipping/overflow). |
|
|
238
240
|
| `dropdownZIndex` | `number` | `2000` | Z‑index for dropdown panel. |
|
|
239
241
|
| `i18n` | `IntlTelI18n` | — | Localize dropdown/search/ARIA labels. |
|
|
@@ -421,4 +423,4 @@ Clear `.angular/cache`, rebuild the lib, and restart `ng serve`.
|
|
|
421
423
|
* UI powered by [`intl-tel-input`](https://github.com/jackocnr/intl-tel-input)
|
|
422
424
|
* Parsing & validation by [`libphonenumber-js`](https://github.com/catamphetamine/libphonenumber-js)
|
|
423
425
|
|
|
424
|
-
Last updated:
|
|
426
|
+
Last updated: 2026-06-06
|