JedWatson / JedWatson/react-select
Pasting from mobile gets cut off if Control element present
Open
Nobody has claimed this yet.
issue/bug-unconfirmed
- Dominant language
- TypeScript
- Stars
- 28k
- Forks
- 4.1k
- PR merge metrics
- No merged PRs in 30d
Description
Following on from this issue https://github.com/JedWatson/react-select/issues/5269
If you have a control element like and icon and want to be able to paste from mobile, it seems the input starts behind it. This is because display: inline-flex is affecting the grid
Is there a way to fix this?
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 by reading the linked issue #5269, then reproduce the mobile paste case with a control element such as an icon. Inspect how the inline-flex control affects the input grid and verify that pasted text is no longer cut off when the fix is complete.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100