react-better-html 1.1.101 → 1.1.102
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/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6241,6 +6241,9 @@ InputFieldComponent.color = (0, import_react18.forwardRef)(function Color2({ val
|
|
|
6241
6241
|
},
|
|
6242
6242
|
[onChangeValue]
|
|
6243
6243
|
);
|
|
6244
|
+
(0, import_react18.useEffect)(() => {
|
|
6245
|
+
setInputFieldValue(value);
|
|
6246
|
+
}, [value]);
|
|
6244
6247
|
return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
6245
6248
|
InputFieldComponent,
|
|
6246
6249
|
{
|