We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
It Should Accept any color
<TextInput label='Email' selectionColor={'#F8DE7E'} value={this.state.text} onChangeText={text => console.log(text) } />
The text was updated successfully, but these errors were encountered:
fix: set text input selection color to accent color
6303e2f
This fixes callstack#344 or callstack#401
Related to #425.
Sorry, something went wrong.
No branches or pull requests
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
Your Environment
The text was updated successfully, but these errors were encountered: