@saltcorn/builder 0.7.4 → 0.8.0-beta.0

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": "@saltcorn/builder",
3
- "version": "0.7.4",
3
+ "version": "0.8.0-beta.0",
4
4
  "description": "Drag and drop view builder for Saltcorn, open-source no-code platform",
5
5
  "main": "index.js",
6
6
  "homepage": "https://saltcorn.com",
@@ -119,6 +119,7 @@ export /**
119
119
  value={stat}
120
120
  className="form-control form-select"
121
121
  onChange={setAProp("stat")}
122
+ onBlur={setAProp("stat")}
122
123
  >
123
124
  <option value={"Count"}>Count</option>
124
125
  <option value={"Avg"}>Avg</option>