mattermost / mattermost/react-native-paste-input
bug: not autoresizing when multiline
Open
Nobody has claimed this yet.
- Dominant language
- Objective-C
- Stars
- 213
- Forks
- 38
- Avg merge
- 12h 25m
- Merged PRs (30d)
- 1
Description
when multiline param is set and numberOfLines is defined it does not automatically adjusts itself to match height of text
https://github.com/user-attachments/assets/7c87f611-be33-4933-9ea2-4b28cde7d98b
current comp
```ts
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the provided React Native PasteInput example using multiline={true} and numberOfLines={5}, and reproduce the sizing behavior. Trace how the component handles those props; done means the input automatically matches the text height with the shown configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100