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.
@@ -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, on]),
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
  }
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "https://github.com/viclafouch/mui-tel-input/issues"
8
8
  },
9
9
  "homepage": "https://viclafouch.github.io/mui-tel-input",
10
- "version": "9.0.0",
10
+ "version": "9.0.1",
11
11
  "files": [
12
12
  "dist"
13
13
  ],