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

TextInput disappear when prop label defined #120

Open
gploteau opened this issue Aug 13, 2017 · 1 comment
Open

TextInput disappear when prop label defined #120

gploteau opened this issue Aug 13, 2017 · 1 comment

Comments

@gploteau
Copy link

On Android, label width is above TextInput and are same width

@ccostel
Copy link

ccostel commented Oct 22, 2017

I have stumbled upon the same issue.

return (
       <ScrollView keyboardShouldPersistTaps="always" style={{paddingLeft:10,paddingRight:10, height:200}}>
        <Form
          ref='settingsForm'
          onFocus={this.handleFormFocus.bind(this)}
          onChange={this.handleFormChange.bind(this)}
          label="Faraday Motion Vehicle Settings"
        >
         <InputField ref='motorCount' placeholder='Last Name' label="Motor Count" value={this.state.settings.motorCount}/>
         <Separator />
        </Form>
      </ScrollView>
    );

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

2 participants