diff options
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} |