Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double border when disabled={true} #99

Open
lossen opened this issue Apr 4, 2018 · 2 comments
Open

Double border when disabled={true} #99

lossen opened this issue Apr 4, 2018 · 2 comments

Comments

@lossen
Copy link

lossen commented Apr 4, 2018

<Dropdown
                      disabled={!auto_invoicing}
                      label=" "
                      fontSize={17}
                      textColor={'rgb(102, 120, 144)'}
                      value={issueInvoices[issue_invoices].value}
                      onChangeText={(value,index) => this.setState({issue_invoices:index})}
                      inputContainerStyle={[{borderBottomColor: 'transparent',borderBottomWidth:0}]}
                      pickerStyle={{backgroundColor : "#fff",borderWidth:0}}
                      containerStyle={[styles.dropdown,{width:'auto',flex:1,borderWidth:0,paddingBottom:15}]}
                      data={issueInvoices}
                      renderAccessory={() => {return <Icon name="ios-arrow-down" style={{ ...styles.stackedInputIcon, ...styles.selectIcon,...styles.selectIconBlue }} />}}
                  />

2018-04-04 10 51 42

@geraintwhite
Copy link

Use the prop disabledLineType='none' to remove the second underline.

@haripatel-mobio
Copy link

haripatel-mobio commented Nov 12, 2021

@grit96 Working.
Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants