Skip to content

Commit db2d504

Browse files
Dropdown default animationType changed nortwest.
1 parent c69a81a commit db2d504

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

example/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export class App extends Component {
178178
onSelect={(i) => {
179179
console.log(`${i}'nci nesne seçildi`)
180180
}}
181-
animationPosition='southwest'/>
181+
animationPosition='southeast'/>
182182
}/>
183183
</div>
184184

src/Dropdown/Dropdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export class Dropdown extends Component {
5252

5353
Dropdown.defaultProps = {
5454
animationType: 'default',
55-
animationPosition: 'southwest',
55+
animationPosition: 'nortwest',
5656
items: [],
5757
onSelect: Function,
5858
buttonProps: null

0 commit comments

Comments
 (0)