@yomologic/react-ui 0.5.8 → 0.5.11

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 CHANGED
@@ -1296,6 +1296,7 @@ var Textarea = import_react6.default.forwardRef(
1296
1296
  internalRef.current = node;
1297
1297
  },
1298
1298
  id: textareaId,
1299
+ name,
1299
1300
  value: textareaValue,
1300
1301
  onChange: handleChange,
1301
1302
  onBlur: handleBlur,