Skip to content

Not Scrolling with multiline and height like TextInput of React Native #284

Open
@Sohailbhutto

Description

@Sohailbhutto

I have a text input field with multiline and fixed height, but when content reaching to its height, it is not scrolling within the height like TextInput of React Native do.
import { TextInput } from "react-native"; <TextInput multiline maxHeight={100} /> works perfect and scroll within when content reached to max height.

But!

import { TextField } from "react-native-material-textfield"; <TextInput multiline maxHeight={100} /> not working correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions