mui-tel-input 9.0.0 → 9.0.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/dist/mui-tel-input.es.js +2 -1
- package/package.json +1 -1
package/dist/mui-tel-input.es.js
CHANGED
|
@@ -3857,7 +3857,7 @@ const rn = "MuiTelInput-TextField", y0 = (e) => {
|
|
|
3857
3857
|
type: "tel",
|
|
3858
3858
|
disabled: c,
|
|
3859
3859
|
value: hn,
|
|
3860
|
-
ref: Gt([l
|
|
3860
|
+
ref: Gt([l]),
|
|
3861
3861
|
onDoubleClick: un,
|
|
3862
3862
|
inputRef: Gt([M, f]),
|
|
3863
3863
|
className: `${rn} ${at || ""}`,
|
|
@@ -3885,6 +3885,7 @@ const rn = "MuiTelInput-TextField", y0 = (e) => {
|
|
|
3885
3885
|
...x
|
|
3886
3886
|
}
|
|
3887
3887
|
) }),
|
|
3888
|
+
ref: on,
|
|
3888
3889
|
// eslint-disable-next-line @typescript-eslint/no-misused-spread
|
|
3889
3890
|
...h?.input
|
|
3890
3891
|
}
|