@cfinnestad/react-form-builder 0.2.50 → 0.2.51

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.
@@ -177,6 +177,8 @@ export type TextSubtype = FieldItem & {
177
177
  subtype: 'Text';
178
178
  value?: string;
179
179
  multiline?: boolean;
180
+ minRows?: number;
181
+ maxRows?: number;
180
182
  minLength?: number;
181
183
  maxLength?: number;
182
184
  editable?: boolean;