nuke-input
Advanced tools
Comparing version 0.1.5 to 0.1.6
# Changelog | ||
## 0.1.6 / 2016-11-14 | ||
* [[494ba62](http://gitlab.alibaba-inc.com/nuke/input/commit/494ba6233dcae6e78d66cb796c9f66e3a3999087)] - `fix` update package.json | ||
## 0.1.2 / 2016-11-11 | ||
@@ -5,0 +9,0 @@ |
@@ -180,3 +180,2 @@ /** @jsx createElement */ | ||
this.props.onClear && this.props.onClear(e); | ||
// this.trigger('onChange', ''); | ||
} | ||
@@ -183,0 +182,0 @@ }, { |
{ | ||
"name": "nuke-input", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "输入框", | ||
@@ -5,0 +5,0 @@ "main": "lib/index", |
@@ -131,3 +131,2 @@ /** @jsx createElement */ | ||
this.props.onClear && this.props.onClear(e); | ||
// this.trigger('onChange', ''); | ||
} | ||
@@ -134,0 +133,0 @@ pickAttrs(props){ |
42022
479