@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.mjs CHANGED
@@ -1227,6 +1227,7 @@ var Textarea = React3.forwardRef(
1227
1227
  internalRef.current = node;
1228
1228
  },
1229
1229
  id: textareaId,
1230
+ name,
1230
1231
  value: textareaValue,
1231
1232
  onChange: handleChange,
1232
1233
  onBlur: handleBlur,