carbon-react 102.7.0 → 102.7.1

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.
@@ -194,6 +194,7 @@ const Textarea = ({
194
194
  "aria-describedby": ariaDescribedBy,
195
195
  autoFocus: autoFocus,
196
196
  name: name,
197
+ value: value,
197
198
  ref: inputRef,
198
199
  maxLength: enforceCharacterLimit && characterLimit ? characterLimit : undefined,
199
200
  onChange: onChange,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "102.7.0",
3
+ "version": "102.7.1",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "engineStrict": true,
6
6
  "engines": {