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 label overlaying with input text #54

Open
vanyingenzi opened this issue Feb 17, 2023 · 3 comments
Open

TextInput label overlaying with input text #54

vanyingenzi opened this issue Feb 17, 2023 · 3 comments

Comments

@vanyingenzi
Copy link

Hello,

I'm new to react-native-material and I have the label text on top of the input text image when I use the :

<View/>
      <TextInput label="Email" variant="outlined" style={styles.textInput} />
</View/>

const styles = StyleSheet.create({
  textInput:{
    width: "80%", 
    marginVertical: 10
  }
});

Thanks in advance for your help

@vanyingenzi vanyingenzi changed the title TextInput label overlaying wih input text TextInput label overlaying with input text Feb 20, 2023
@andy-822
Copy link

I have the same problem

@DanielSuarezDev
Copy link

hey guys I was able to solve the problem, don't forget the value in your inputs, that solves that problem.

@Fardin96
Copy link

hey guys I was able to solve the problem, don't forget the value in your inputs, that solves that problem.

saved me a lot of time. thanks!

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