react-native-material-dropdown icon indicating copy to clipboard operation
react-native-material-dropdown copied to clipboard

React Native Dropdown value text is cut

Open kishanverma26 opened this issue 6 years ago • 5 comments

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>

ss

kishanverma26 avatar Jul 22 '19 08:07 kishanverma26

I too have same issue , any luck ?

telltokichu avatar Aug 27 '19 17:08 telltokichu

same for me

Pravin-L avatar Apr 01 '20 11:04 Pravin-L

same here :(

naojamg avatar May 07 '20 08:05 naojamg

Did you find a solution?

kadiryaka avatar Feb 26 '21 05:02 kadiryaka

yep, i just put this property

selection={{ start: 0, end: 0, }}

naojamg avatar Feb 28 '21 05:02 naojamg