@elementor/editor-controls 0.12.0 → 0.12.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.
package/dist/index.mjs CHANGED
@@ -360,7 +360,7 @@ var TextAreaControl = createControl(({ placeholder }) => {
360
360
  size: "tiny",
361
361
  multiline: true,
362
362
  fullWidth: true,
363
- rows: 5,
363
+ minRows: 5,
364
364
  value: value ?? "",
365
365
  onChange: handleChange,
366
366
  placeholder