LearnNewsExamplesServices
Frontmatter
id5195
titleNeo.form.field.TextArea: AutoGrow for readOnly true
stateClosed
labels
enhancement
assignees[]
createdAtFeb 1, 2024, 4:46 PM
updatedAtFeb 5, 2024, 4:37 PM
githubUrlhttps://github.com/neomjs/neo/issues/5195
authorpensuwan-k
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtFeb 5, 2024, 4:37 PM

Neo.form.field.TextArea: AutoGrow for readOnly true

Closed v8.1.0 enhancement
pensuwan-k
pensuwan-k commented on Feb 1, 2024, 4:46 PM

AutoGrow is only triggered by an input event (as seen in Neo.main.DomAccess monitorAutoGrow()). But a read-only field cannot trigger an input event.

It would be nice if autoGrow would also work for read-only fields.

tobiu referenced in commit 3fe3fdf - "Neo.form.field.TextArea: AutoGrow for readOnly true #5195" on Feb 5, 2024, 4:37 PM
tobiu closed this issue on Feb 5, 2024, 4:37 PM
tobiu referenced in commit 3058441 - "Neo.form.field.TextArea: AutoGrow for readOnly true #5195" on Mar 26, 2024, 5:29 PM