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

Bug: Unable to set a SelectionColor Property in TextInput Component #401

Closed
syedabuthahirm opened this issue May 30, 2018 · 1 comment
Closed

Comments

@syedabuthahirm
Copy link

Current behaviour

SelectionColor Property Doesn't work on TextInput Component. Currently, it's checking error and error color variables from props.
Reference Links:
Variable Declartion in TextInput Component
Variable Used in TextInput Component

Expected behaviour

It Should Accept any color

Code sample

 <TextInput
      label='Email'
      selectionColor={'#F8DE7E'}
      value={this.state.text}
      onChangeText={text => console.log(text) }
 />

Your Environment

software version
ios or android Android
react-native 0.54.0
react-native-paper 1.9.1
node 8.11.2
npm or yarn 4.2.0
@ferrannp
Copy link
Collaborator

Related to #425.

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

2 participants