@gustavo-valsechi/client 1.4.152 → 1.4.153

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.
@@ -111,12 +111,12 @@ function InputSelect(props) {
111
111
  "input",
112
112
  {
113
113
  ...import_lodash.default.omit(props, ["className", "register", "mask", "setValue", "watch"]),
114
- ref: inputRef,
115
114
  type: "text",
116
115
  maxLength: props.maxLength || 255,
117
116
  value: focus ? filter : inputValue,
118
117
  placeholder: import_lodash.default.isString(value) ? value : (value == null ? void 0 : value.textContent) || "",
119
118
  ...register,
119
+ ref: inputRef,
120
120
  onBlur,
121
121
  onFocus,
122
122
  onChange,
@@ -78,12 +78,12 @@ function InputSelect(props) {
78
78
  "input",
79
79
  {
80
80
  ..._.omit(props, ["className", "register", "mask", "setValue", "watch"]),
81
- ref: inputRef,
82
81
  type: "text",
83
82
  maxLength: props.maxLength || 255,
84
83
  value: focus ? filter : inputValue,
85
84
  placeholder: _.isString(value) ? value : (value == null ? void 0 : value.textContent) || "",
86
85
  ...register,
86
+ ref: inputRef,
87
87
  onBlur,
88
88
  onFocus,
89
89
  onChange,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gustavo-valsechi/client",
3
- "version": "1.4.152",
3
+ "version": "1.4.153",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",