Skip to content

Commit

Permalink
Dropdown default animationType changed nortwest.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahmanekr committed Aug 29, 2017
1 parent c69a81a commit db2d504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export class App extends Component {
onSelect={(i) => {
console.log(`${i}'nci nesne seçildi`)
}}
animationPosition='southwest'/>
animationPosition='southeast'/>
}/>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/Dropdown/Dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class Dropdown extends Component {

Dropdown.defaultProps = {
animationType: 'default',
animationPosition: 'southwest',
animationPosition: 'nortwest',
items: [],
onSelect: Function,
buttonProps: null
Expand Down

0 comments on commit db2d504

Please sign in to comment.