Completed
Last Updated: 28 Mar 2023 14:50 by ADMIN
Release R2 2023 - Increment 2 (12.04.2023)

Describe the bug
No scrollers appear inside the Native TextArea component when we have a multiline content

To Reproduce

  1. Open this StackBlitz example
  2. Enter multiline text inside the TextArea

Expected behavior
A vertical scroller should appear when we add multiline content inside the TextArea

Completed
Last Updated: 12 Jul 2022 10:25 by ADMIN
Release R3 I1 June 2022

Describe the bug
When using the Auto-Resizing in combination with the Appearance size the Auto-Resizing isn't triggered again after the Appearance size has been changed. Because of this, the Native TextArea stays to 'big'. The Auto-Resizing is only triggered again when you change the value of the TextArea.

To Reproduce
Steps to reproduce the behavior:

  1. Open this StackBlitz example
  2. Fill in a value
  3. Switch the 'Size' DropDownList value to 'Large'.
  4. Switch the 'Size' DropDownlist value to 'small'.
  5. Additional white space is visible below the value.
  6. When changing the value the Auto-Resizing is triggered again.

Expected behavior
The TextArea should be resized automatically when changing its "size" appearance property, without the need to update the value of the component