rbro-tat-uds 2.2.15 → 2.2.16
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/build/cjs/index.cjs
CHANGED
@@ -82407,6 +82407,8 @@ const Textarea = React__namespace.default.forwardRef(
|
|
82407
82407
|
$disabled: props.disabled,
|
82408
82408
|
$resize: resize,
|
82409
82409
|
$minHeight: minHeight,
|
82410
|
+
value,
|
82411
|
+
onChange: (e) => setValue(e.target.value),
|
82410
82412
|
...props
|
82411
82413
|
}
|
82412
82414
|
);
|
package/build/esm/index.js
CHANGED
@@ -82384,6 +82384,8 @@ const Textarea = React__default.forwardRef(
|
|
82384
82384
|
$disabled: props.disabled,
|
82385
82385
|
$resize: resize,
|
82386
82386
|
$minHeight: minHeight,
|
82387
|
+
value,
|
82388
|
+
onChange: (e) => setValue(e.target.value),
|
82387
82389
|
...props
|
82388
82390
|
}
|
82389
82391
|
);
|