hplx-react-elements-dev 1.0.93 → 1.0.94
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/esm/index.js +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -2927,7 +2927,7 @@ var TextAreaField = function TextAreaField(_a) {
|
|
|
2927
2927
|
height: row * 32 + "px"
|
|
2928
2928
|
}
|
|
2929
2929
|
}, inputProps, {
|
|
2930
|
-
value: typeof value === "string" ? value === null || value === void 0 ? void 0 : value.replace(/<br \/>/g, '
|
|
2930
|
+
value: typeof value === "string" ? value === null || value === void 0 ? void 0 : value.replace(/<br \/>/g, '') : value,
|
|
2931
2931
|
onInput: handleHeight,
|
|
2932
2932
|
onFocus: handleFocus,
|
|
2933
2933
|
onBlur: handleBlur
|