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

Styles helpTextContainer and helpText #64

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Conversation

timbielawski
Copy link

@timbielawski timbielawski commented Sep 20, 2016

Allow helpTextContainer and helpText to be styled via props from a field

`let helpTextStyles = StyleSheet.create({

helpTextContainer:{
  marginTop:9,
  marginBottom: 25,
  paddingLeft: 20,
  paddingRight: 20,

},
helpText:{
  color: 'red'
}

})`

<InputField ref='addressee' placeholder='Name' validationFunction = {isRequired} helpText = {(displayFieldError)('addressee', this.refs.accountDetailsForm, this.state.formData)} style={styles.inputText} helpTextStyles={helpTextStyles}/>

@timbielawski
Copy link
Author

By news on this PR - would like to point main repo again

@MichaelCereda
Copy link
Owner

Yes, it will be merged soon.
I apologize but I have been crazy busy in this period and I'm working on a
lot of improvements for the new version.
Thank you.

On Sun, Oct 2, 2016 at 8:17 AM Tim Bielawski [email protected]
wrote:

By news on this PR - would like to point main repo again


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#64 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAGjfkYqCMASikaK9pxboqP8zLik5tZQks5qv6DYgaJpZM4KBkC0
.

Michael Cereda
http://michaelcereda.com

@timbielawski
Copy link
Author

great! Thank you!

On Tue, Oct 4, 2016 at 2:02 AM, Michael Cereda [email protected]
wrote:

Yes, it will be merged soon.
I apologize but I have been crazy busy in this period and I'm working on a
lot of improvements for the new version.
Thank you.

On Sun, Oct 2, 2016 at 8:17 AM Tim Bielawski [email protected]
wrote:

By news on this PR - would like to point main repo again


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#64
issuecomment-250968494>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/
AAGjfkYqCMASikaK9pxboqP8zLik5tZQks5qv6DYgaJpZM4KBkC0>
.

Michael Cereda
http://michaelcereda.com


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#64 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AA5XO-rZ4N8c-VActwOTma-7JkP5cFXFks5qwZeZgaJpZM4KBkC0
.

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

Successfully merging this pull request may close these issues.

3 participants