@progress/kendo-react-inputs 5.8.0-dev.202209280807 → 5.8.0-dev.202210051548

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.
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-react-inputs',
6
6
  productName: 'KendoReact',
7
7
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
8
- publishDate: 1664351342,
8
+ publishDate: 1664983935,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
11
11
  };
@@ -93,8 +93,8 @@ export var TextArea = React.forwardRef(function (directProps, target) {
93
93
  }, [currentValue]);
94
94
  var handleChange = React.useCallback(function (event) {
95
95
  var newValue = event.target.value;
96
+ setTextAreaHeight('auto');
96
97
  if (!isControlled && !disabled) {
97
- setTextAreaHeight('auto');
98
98
  setStateValue(newValue);
99
99
  }
100
100
  if (onChange && !disabled) {
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-react-inputs',
9
9
  productName: 'KendoReact',
10
10
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
11
- publishDate: 1664351342,
11
+ publishDate: 1664983935,
12
12
  version: '',
13
13
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
14
14
  };
@@ -96,8 +96,8 @@ exports.TextArea = React.forwardRef(function (directProps, target) {
96
96
  }, [currentValue]);
97
97
  var handleChange = React.useCallback(function (event) {
98
98
  var newValue = event.target.value;
99
+ setTextAreaHeight('auto');
99
100
  if (!isControlled && !disabled) {
100
- setTextAreaHeight('auto');
101
101
  setStateValue(newValue);
102
102
  }
103
103
  if (onChange && !disabled) {