react-native-form-generator
react-native-form-generator copied to clipboard
Styles helpTextContainer and helpText
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}/>
By news on this PR - would like to point main repo again
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 https://github.com/MichaelCereda/react-native-form-generator/pull/64#issuecomment-250968494, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGjfkYqCMASikaK9pxboqP8zLik5tZQks5qv6DYgaJpZM4KBkC0 .
Michael Cereda http://michaelcereda.com
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 <https://github.com/MichaelCereda/react-native-form-generator/pull/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 https://github.com/MichaelCereda/react-native-form-generator/pull/64#issuecomment-251261417, or mute the thread https://github.com/notifications/unsubscribe-auth/AA5XO-rZ4N8c-VActwOTma-7JkP5cFXFks5qwZeZgaJpZM4KBkC0 .