-
Notifications
You must be signed in to change notification settings - Fork 105
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
Styles helpTextContainer and helpText #64
base: master
Are you sure you want to change the base?
Conversation
By news on this PR - would like to point main repo again |
Yes, it will be merged soon. On Sun, Oct 2, 2016 at 8:17 AM Tim Bielawski [email protected]
|
great! Thank you! On Tue, Oct 4, 2016 at 2:02 AM, Michael Cereda [email protected]
|
…llows for top down rerendering.
Allow helpTextContainer and helpText to be styled via props from a field
`let helpTextStyles = StyleSheet.create({
})`
<InputField ref='addressee' placeholder='Name' validationFunction = {isRequired} helpText = {(displayFieldError)('addressee', this.refs.accountDetailsForm, this.state.formData)} style={styles.inputText} helpTextStyles={helpTextStyles}/>