antd-mini
Advanced tools
Comparing version 1.10.5 to 1.10.6
@@ -31,3 +31,3 @@ import { __assign } from "tslib"; | ||
onFocus: function (value, e) { | ||
if (this.props.onChange) { | ||
if (this.props.onFocus) { | ||
this.props.onFocus(value, fmtEvent(this.props, e)); | ||
@@ -34,0 +34,0 @@ } |
@@ -31,3 +31,3 @@ import { __assign } from "tslib"; | ||
onFocus: function (value, e) { | ||
if (this.props.onChange) { | ||
if (this.props.onFocus) { | ||
this.props.onFocus(value, fmtEvent(this.props, e)); | ||
@@ -34,0 +34,0 @@ } |
{ | ||
"name": "antd-mini", | ||
"version": "1.10.5", | ||
"version": "1.10.6", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "dev": "node ./scripts/dev.js", |
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
1252932