Frontmatter
| id | 5195 |
| title | Neo.form.field.TextArea: AutoGrow for readOnly true |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Feb 1, 2024, 4:46 PM |
| updatedAt | Feb 5, 2024, 4:37 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5195 |
| author | pensuwan-k |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 5, 2024, 4:37 PM |
AutoGrow is only triggered by an input event (as seen in
Neo.main.DomAccessmonitorAutoGrow()). But a read-only field cannot trigger an input event.It would be nice if autoGrow would also work for read-only fields.