react-credit-calculator
Advanced tools
Comparing version 1.0.0-rc1.0 to 1.0.0-rc1.2
@@ -673,5 +673,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
_this.handleBlur = function (event) { | ||
var nextValue = Number(event.currentTarget.value); | ||
nextValue = _this.context.onCalculationChange(nextValue - (nextValue - _this.context.Conditions.min) % 25); | ||
event.currentTarget.value = nextValue.toString(); | ||
_this.context.onCalculationChange(Number(event.currentTarget.value)); | ||
}; | ||
@@ -678,0 +676,0 @@ _this.handleInput = function (event) { |
{ | ||
"name": "react-credit-calculator", | ||
"version": "1.0.0-rc1.0", | ||
"version": "1.0.0-rc1.2", | ||
"description": "Credit calculator based on rc-slider", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -1,1 +0,4 @@ | ||
# React credit calculator | ||
# React Credit Calculator | ||
[![Build Status](https://travis-ci.org/wearesho-team/react-credit-calculator.svg?branch=master)](https://travis-ci.org/wearesho-team/react-credit-calculator) | ||
[![codecov](https://codecov.io/gh/wearesho-team/react-credit-calculator/branch/master/graph/badge.svg)](https://codecov.io/gh/wearesho-team/react-credit-calculator) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5
77631
1670