react-schema-form 1.0.2 → 1.0.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.
package/dist/index.js CHANGED
@@ -993,7 +993,7 @@ var TextArea = function TextArea(props) {
993
993
  otherProps: {
994
994
  multiline: true,
995
995
  rows: form.rows,
996
- rowsMax: form.rowsMax
996
+ maxRows: form.maxRows
997
997
  }
998
998
  }));
999
999
  };