Skip to content

Commit

Permalink
Fix small validation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ignatov committed May 28, 2016
1 parent 7d98694 commit 1f1700a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion dist/react-numeric-input.js
Expand Up @@ -597,8 +597,10 @@ return /******/ (function(modules) { // webpackBootstrap
var type = _props.type;
var style = _props.style;
var defaultValue = _props.defaultValue;
var onInvalid = _props.onInvalid;
var onValid = _props.onValid;

var rest = _objectWithoutProperties(_props, ["step", "min", "max", "precision", "parse", "format", "value", "type", "style", "defaultValue"]);
var rest = _objectWithoutProperties(_props, ["step", "min", "max", "precision", "parse", "format", "value", "type", "style", "defaultValue", "onInvalid", "onValid"]);

// Build the styles

Expand Down

0 comments on commit 1f1700a

Please sign in to comment.