Skip to content

Commit

Permalink
Don't open dropdowns when they become focused because of Semantic-Org…
Browse files Browse the repository at this point in the history
  • Loading branch information
maksis committed Aug 22, 2016
1 parent 97b7411 commit d913350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/semantic/Dropdown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const Dropdown = React.createClass({
const settings = {
direction: this.props.direction,
action: 'hide',
showOnFocus: false, // It can become focused when opening a modal
//debug: true,
//verbose: true,
};
Expand Down

0 comments on commit d913350

Please sign in to comment.