TextArea: Fix scroll when autoResizeEnabled is true and height is specified (T1321529)#32598
Open
marker-dao wants to merge 3 commits intoDevExpress:26_1from
Open
TextArea: Fix scroll when autoResizeEnabled is true and height is specified (T1321529)#32598marker-dao wants to merge 3 commits intoDevExpress:26_1from
marker-dao wants to merge 3 commits intoDevExpress:26_1from
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Fixes dxTextArea sizing behavior to address scrolling/auto-resize interactions when autoResizeEnabled is used alongside explicit sizing options, and updates Scheduler’s appointment description editor configuration accordingly.
Changes:
- Adjust
TextArea._updateInputHeightto recalculate input height whenautoResizeEnabledis set (even ifheightis specified). - Update Scheduler appointment popup description editor to use
minHeightinstead ofheight.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| packages/devextreme/js/__internal/ui/m_text_area.ts | Updates auto-resize height calculation logic and when the root element height is forced to auto. |
| packages/devextreme/js/__internal/scheduler/appointment_popup/m_form.ts | Changes description editor sizing from fixed height to minHeight. |
6e36d35 to
3f65a3e
Compare
r-farkhutdinov
approved these changes
Feb 17, 2026
sjbur
approved these changes
Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.