Skip to content

Commit

Permalink
cmbox bug
Browse files Browse the repository at this point in the history
  • Loading branch information
theporchrat committed Oct 24, 2014
1 parent 9925c6c commit 2579584
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions browser/react-widgets.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/docs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/dropdowns/combobox.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ var ComboBox = React.createClass({

close: function(){
if ( this.props.open )
this.notify('onToggle', true)
this.notify('onToggle', false)
},

toggle: function(e){
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-widgets",
"version": "1.4.0",
"version": "1.4.1",
"description": "React widgets",
"main": "index.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/dropdowns/combobox.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ var ComboBox = React.createClass({

close: function(){
if ( this.props.open )
this.notify('onToggle', true)
this.notify('onToggle', false)
},

toggle: function(e){
Expand Down

0 comments on commit 2579584

Please sign in to comment.