react-native-form-generator icon indicating copy to clipboard operation
react-native-form-generator copied to clipboard

Styles helpTextContainer and helpText

Open timbielawski opened this issue 8 years ago • 3 comments

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 avatar Sep 20 '16 12:09 timbielawski

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

timbielawski avatar Oct 02 '16 12:10 timbielawski

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

MichaelCereda avatar Oct 04 '16 00:10 MichaelCereda

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 .

timbielawski avatar Oct 04 '16 05:10 timbielawski