react-native-material-dropdown
react-native-material-dropdown copied to clipboard
React Native Dropdown value text is cut
Here is my code
<Card style={[mainStyles.textInputView , {flexDirection: 'row',width:"100%"}] }>
<Text style={{alignSelf:'center',marginLeft:10 }} >17</Text>
<Dropdown
// data={this.state.spinner_val}
data={puccanamedata}
value='Do you want update on property options on your preferred location'
style={{color:"#3c3c3c",fontSize:14 }}
dropdownOffset={{ top: 0, left: 0}}
dropdownPosition={-3.5}
lineWidth={0}
itemTextStyle={{ textAlign: 'left' }}
baseColor="#3c3c3c"
textColor="#3c3c3c"
containerStyle={{flex:3,paddingTop:10 ,paddingLeft:10,lineWidth:200}}
onChangeText={(value, i) => this.setState({ update_on_property:value})}
/>
</Card>
I too have same issue , any luck ?
same for me
same here :(
Did you find a solution?
yep, i just put this property
selection={{ start: 0, end: 0, }}