@processmaker/screen-builder 3.5.2 → 3.5.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@processmaker/screen-builder",
3
- "version": "3.5.2",
3
+ "version": "3.5.3",
4
4
  "scripts": {
5
5
  "dev": "VITE_COVERAGE=true vite",
6
6
  "build": "vite build",
@@ -375,6 +375,7 @@ export default {
375
375
  break;
376
376
  case 'collection':
377
377
  this.showRenderAs = false;
378
+ this.renderAs = 'dropdown';
378
379
  this.jsonData = '';
379
380
  this.dataName = '';
380
381
  this.selectedDataSource = '';