Frontmatter
| id | 2117 |
| title | Textarea field resize should be anchored to top/left |
| state | Closed |
| labels | enhancementgood first issuestale |
| assignees | [] |
| createdAt | May 22, 2021, 10:18 PM |
| updatedAt | Sep 16, 2024, 4:37 AM |
| githubUrl | https://github.com/neomjs/neo/issues/2117 |
| author | keckeroo |
| commentsCount | 5 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 16, 2024, 4:37 AM |
Textarea field resize should be anchored to top/left

tobiu
May 23, 2021, 11:29 AM
Changing this one to a feature request.
My labeling strategy: Is a feature implemented but does not work? => bug Is it not implemented yet? => enhancement (feature request)
You are welcome to work on this one :)

shilpeePrasad
Jun 20, 2021, 9:47 AM
Hi, I would like to work on this issue. Thanks

tobiu
Jun 20, 2021, 10:04 AM
Appreciated! Feel free to join the Slack Channel in case you need help getting up to speed with neo.
@github-actions - 2024-09-02T02:30:20Z
This issue is stale because it has been open for 90 days with no activity.
- 2024-09-02T02:30:21Z @github-actions added the
stalelabel
@github-actions - 2024-09-16T02:37:05Z
This issue was closed because it has been inactive for 14 days since being marked as stale.
- 2024-09-16T02:37:05Z @github-actions closed this issue
Describe the bug When resizing textarea field, it appears that this will grow in height in BOTH directions as the resize icon is dragged. This can lead to input area affecting items above it (shoving up) and well as the input itself going above the screen and out of view
As well - the border separating the clearable icon has a gap when resizing
To Reproduce Steps to reproduce the behavior:
Expected behavior The drag should be creating a bottom/right anchor for the the input area and not affect the top/left position