You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an ion-textarea with autoGrow set to true. Then on submit or another action set the value to an empty string. The textarea does not revert to its original height.
Expected behavior:
The textarea should reset to the height specified by rows or just 1 row. (This worked in 4.5.0)
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Bug Report
Ionic version:
[x] 4.6.1
Current behavior:
Create an
ion-textarea
withautoGrow
set totrue
. Then on submit or another action set the value to an empty string. The textarea does not revert to its original height.Expected behavior:
The textarea should reset to the height specified by
rows
or just 1 row. (This worked in4.5.0
)Steps to reproduce:
Related code:
https://github.com/AVatch/autogrow-bug
Other information:
Ionic info:
The text was updated successfully, but these errors were encountered: