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

Form label does not show up

Open sshymko opened this issue 8 years ago • 5 comments

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

sshymko avatar Nov 20 '16 20:11 sshymko

having same issue

nickrobinson352 avatar Jan 08 '17 03:01 nickrobinson352

Are you on android or ios?

On Sun, Jan 8, 2017, 4:04 AM nickrobinson352 [email protected] wrote:

having same issue

— 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/issues/82#issuecomment-271126131, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGjfhu70ykbRDRb4HSFvLivUEkD9ayNks5rQFJFgaJpZM4K3pqO .

-- Michael Cereda http://michaelcereda.com

MichaelCereda avatar Jan 08 '17 03:01 MichaelCereda

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

sshymko avatar Jan 08 '17 04:01 sshymko

iOS

Sent from my iPad

On Jan 7, 2017, at 11:14 PM, Sergii Shymko [email protected] 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.

nickrobinson352 avatar Jan 08 '17 04:01 nickrobinson352

There is not label in Android either

Asinox avatar Aug 17 '18 17:08 Asinox