n4kz / react-native-material-dropdown

Material dropdown with consistent behaviour on iOS and Android
Other
734 stars 598 forks source link

How can we show text of selected item from start ? #153

Open blabz-rahulmandalkar opened 5 years ago

blabz-rahulmandalkar commented 5 years ago

Once I selected an item from drop down it shows end of text if text is large but.

luissmg commented 5 years ago

I think this is a problem with RN and it only happens on Android, right? Check this.

AshishCd commented 5 years ago

any luck??

Fallup commented 4 years ago

Have anyone found a proper solution? For now I've work around it with setting selection={{start: 0}} here -> https://github.com/n4kz/react-native-material-dropdown/blob/master/src/components/dropdown/index.js#L510