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

Form label does not show up #82

Open
sshymko opened this issue Nov 20, 2016 · 5 comments
Open

Form label does not show up #82

sshymko opened this issue Nov 20, 2016 · 5 comments

Comments

@sshymko
Copy link

sshymko commented Nov 20, 2016

Environment:

  • React Native 0.36.0
  • React Native Form Generator 0.9.9
  • iOS

Steps to reproduce:

  1. Declare a simple form:
import { Form, InputField } from 'react-native-form-generator';
<Form
  ref="form"
  label="Information"
>
  <InputField
    ref="num"
    label="Number"
    keyboardType="number-pad"
  />
</Form>

Expected result:

  • Form label "Information" is rendered
  • Input field is rendered
  • Input field's label "Number" is rendered

Actual result:

  • Form label does not show up
@nickrobinson352
Copy link

having same issue

@MichaelCereda
Copy link
Owner

MichaelCereda commented Jan 8, 2017 via email

@sshymko
Copy link
Author

sshymko commented Jan 8, 2017

Bug report is for iOS. Haven't tested on Android. Don't know if the issue is platform-specific.

@nickrobinson352
Copy link

nickrobinson352 commented Jan 8, 2017 via email

@Asinox
Copy link

Asinox commented Aug 17, 2018

There is not label in Android either

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

No branches or pull requests

4 participants