react-schema-form 1.0.2 → 1.0.4

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.
@@ -990,7 +990,7 @@ var TextArea = function TextArea(props) {
990
990
  otherProps: {
991
991
  multiline: true,
992
992
  rows: form.rows,
993
- rowsMax: form.rowsMax
993
+ maxRows: form.maxRows
994
994
  }
995
995
  }));
996
996
  };