gluestack

gluestack Logogluestack

TextInput wrapping issue

potato_0007 posted this in #support
Open in Discord
Avatar
potato_0007OP
TextInput is wrapping on IOS and I'm unable to fix that. I want to ensure that text is limited to one line:

currently using the following code:
  <Input size='lg'>
    <InputField 
      className="bg-background-0"
      selectionColor={"#ffffff"}
      type="text"
      value={value}
      onChangeText={onChange}
    />
  </Input>
Image

1 Reply