ngxsmk-tel-input 1.7.0 → 1.8.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
|
@@ -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
|
|
|
@@ -234,6 +234,7 @@ Arabic + RTL example
|
|
|
234
234
|
| `selectOnFocus` | `boolean` | `false` | Select all text on focus. |
|
|
235
235
|
| `formatWhenValid` | `'off' \| 'blur' \| 'typing'` | `'typing'` | When to format the display value. |
|
|
236
236
|
| `showErrorWhenTouched` | `boolean` | `true` | Show error styles only after blur. |
|
|
237
|
+
| `showErrorMsg` | `boolean` | `true` | Show component's internal validation error message text. |
|
|
237
238
|
| `dropdownAttachToBody` | `boolean` | `true` | Attach dropdown to `<body>` (avoids clipping/overflow). |
|
|
238
239
|
| `dropdownZIndex` | `number` | `2000` | Z‑index for dropdown panel. |
|
|
239
240
|
| `i18n` | `IntlTelI18n` | — | Localize dropdown/search/ARIA labels. |
|