Form label does not show up
sshymko opened this issue · 5 comments
sshymko commented
Environment:
- React Native 0.36.0
- React Native Form Generator 0.9.9
- iOS
Steps to reproduce:
- 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 commented
having same issue
MichaelCereda commented
Are you on android or ios?
On Sun, Jan 8, 2017, 4:04 AM nickrobinson352 ***@***.***> wrote:
having same issue
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#82 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAGjfhu70ykbRDRb4HSFvLivUEkD9ayNks5rQFJFgaJpZM4K3pqO>
.
--
Michael Cereda
http://michaelcereda.com
sshymko commented
Bug report is for iOS. Haven't tested on Android. Don't know if the issue is platform-specific.
nickrobinson352 commented
iOS
…Sent from my iPad
On Jan 7, 2017, at 11:14 PM, Sergii Shymko ***@***.***> wrote:
Bug report is for iOS. Haven't tested on Android. Don't know if the issue is platform-specific.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
Asinox commented
There is not label in Android either