@zhenliang/sheet 0.2.4-beta.0 → 0.2.4-beta.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.
|
@@ -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 (
|
|
128
|
+
if (result === undefined) {
|
|
129
129
|
return false;
|
|
130
130
|
}
|
|
131
131
|
// parse number with thousands separator
|