Skip to content

Commit 1f1700a

Browse files
committed
Fix small validation issue
1 parent 7d98694 commit 1f1700a

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

dist/react-numeric-input.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,8 +597,10 @@ return /******/ (function(modules) { // webpackBootstrap
597597
var type = _props.type;
598598
var style = _props.style;
599599
var defaultValue = _props.defaultValue;
600+
var onInvalid = _props.onInvalid;
601+
var onValid = _props.onValid;
600602

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

603605
// Build the styles
604606

0 commit comments

Comments
 (0)