diff options
author | afc163 <afc163@gmail.com> | 2017-03-08 15:00:31 +0800 |
---|---|---|
committer | afc163 <afc163@gmail.com> | 2017-03-08 15:00:31 +0800 |
commit | 4e020febdf6201ab5f10a0e49be81c6ff32daaeb (patch) | |
tree | e5636fff22c61a93236e4a7dfe1e00e87d371061 /src/Select.jsx | |
parent | 19b96283c09e678b8b7ea5c60569996a0bab5935 (diff) | |
parent | 369ffb9a3883cb01ff5d80cc2312a1a7f2fbe6a4 (diff) | |
download | time-picker-4e020febdf6201ab5f10a0e49be81c6ff32daaeb.tar.gz time-picker-4e020febdf6201ab5f10a0e49be81c6ff32daaeb.tar.zst time-picker-4e020febdf6201ab5f10a0e49be81c6ff32daaeb.zip |
Merge branch 'shaleynikov-master'
Diffstat (limited to 'src/Select.jsx')
-rw-r--r-- | src/Select.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Select.jsx b/src/Select.jsx index 238a776..5733b1a 100644 --- a/src/Select.jsx +++ b/src/Select.jsx | |||
@@ -58,7 +58,7 @@ const Select = React.createClass({ | |||
58 | }); | 58 | }); |
59 | let onclick = null; | 59 | let onclick = null; |
60 | if (!item.disabled) { | 60 | if (!item.disabled) { |
61 | onclick = this.onSelect.bind(this, +item.value); | 61 | onclick = this.onSelect.bind(this, item.value); |
62 | } | 62 | } |
63 | return (<li | 63 | return (<li |
64 | className={cls} | 64 | className={cls} |