@zhenliang/sheet 0.2.4-beta.0 → 0.2.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.
@@ -125,7 +125,7 @@ export var getInputSelectEditor = function getInputSelectEditor(options) {
125
125
  });
126
126
  if (inOptions) return true;
127
127
  var result = format ? format(value) : value;
128
- if (isNil(result)) {
128
+ if (result === undefined) {
129
129
  return false;
130
130
  }
131
131
  // parse number with thousands separator
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhenliang/sheet",
3
- "version": "0.2.4-beta.0",
3
+ "version": "0.2.4",
4
4
  "description": "A react library developed with dumi",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",