@homecode/ui 4.24.2 → 4.24.3

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.
@@ -302,8 +302,9 @@ const Input = forwardRef((props, ref) => {
302
302
  updateSelection();
303
303
  updateAutoComplete();
304
304
  if (value !== inputValue) {
305
+ if (isTextArea)
306
+ setTextareaValue(String(value));
305
307
  setInputValue(value);
306
- // setTextareaValue(String(value));
307
308
  }
308
309
  if (autoFocus && inputRef.current) {
309
310
  inputRef.current.focus();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homecode/ui",
3
- "version": "4.24.2",
3
+ "version": "4.24.3",
4
4
  "description": "React UI components library",
5
5
  "scripts": {
6
6
  "test": "jest",