From db2d504f4cbf4b64dadae1b2ae3d4445e99088ad Mon Sep 17 00:00:00 2001 From: abdurrahmanekr Date: Tue, 29 Aug 2017 10:08:45 +0300 Subject: [PATCH] Dropdown default animationType changed nortwest. --- example/App.js | 2 +- src/Dropdown/Dropdown.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/App.js b/example/App.js index 5346b8a5..7e96d57e 100644 --- a/example/App.js +++ b/example/App.js @@ -178,7 +178,7 @@ export class App extends Component { onSelect={(i) => { console.log(`${i}'nci nesne seçildi`) }} - animationPosition='southwest'/> + animationPosition='southeast'/> }/> diff --git a/src/Dropdown/Dropdown.js b/src/Dropdown/Dropdown.js index 6f9b7a89..4a201056 100644 --- a/src/Dropdown/Dropdown.js +++ b/src/Dropdown/Dropdown.js @@ -52,7 +52,7 @@ export class Dropdown extends Component { Dropdown.defaultProps = { animationType: 'default', - animationPosition: 'southwest', + animationPosition: 'nortwest', items: [], onSelect: Function, buttonProps: null