react-polymorph
Advanced tools
Comparing version 0.9.8-rc.10 to 0.9.8-rc.11
@@ -257,2 +257,11 @@ "use strict"; | ||
}; | ||
} // Case: Just minus sign was entered | ||
if (valueToProcess === groupSeparator) { | ||
return { | ||
value: null, | ||
caretPosition: 0, | ||
fallbackInputValue: null | ||
}; | ||
} | ||
@@ -259,0 +268,0 @@ /** |
{ | ||
"name": "react-polymorph", | ||
"description": "React components with highly customizable logic, markup and styles.", | ||
"version": "0.9.8-rc.10", | ||
"version": "0.9.8-rc.11", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "cross-env yarn clean && yarn sass && yarn js", |
Sorry, the diff of this file is not supported yet
1268121
7505