ngx-mat-input-tel 17.1.2 → 17.1.4
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
|
@@ -100,10 +100,11 @@ If you want to show the sample number for the country selected or errors , use m
|
|
|
100
100
|
| describedBy | `string` | `undefined` | Use aria-described by with the input field |
|
|
101
101
|
|
|
102
102
|
## Css variable
|
|
103
|
-
| Name
|
|
104
|
-
|
|
|
105
|
-
| `--ngxMatInputTel-color`
|
|
106
|
-
| `--ngxMatInputTel-opacity`
|
|
103
|
+
| Name | Default | Explanation |
|
|
104
|
+
| ------------------------------- | -------------- | --------------------------------------------------- |
|
|
105
|
+
| `--ngxMatInputTel-color` | `#000` | If you wish to change the overall color |
|
|
106
|
+
| `--ngxMatInputTel-opacity` | `0` | If you wish the country flag to be shown by default |
|
|
107
|
+
| `--ngxMatInputTel-flag-display` | `inline-block` | If you wish to hide the country flag |
|
|
107
108
|
|
|
108
109
|
## Library Contributions
|
|
109
110
|
|