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
I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v7.x
Current Behavior
When the autoGrow property is set to true, the textarea grows to a point and the starts being scrollable. However the content is pushed up and you can't scroll back to the top of your text, hiding the first lines.
Expected Behavior
The autoGrow property should not make the textarea scrollable, or at least if it should, it should not hide any content.
Steps to Reproduce
Create an ion-textarea component
Set the autoGrow property to true
Start writing text until the textarea starts scrolling and hides the top lines of your text
Thanks for the report. This is an issue with how we represent the autoGrow demo on the docs. The .container element we wrap the textarea in causes the text to get clipped on scroll. Going to move this to the docs repo.
Prerequisites
Ionic Framework Version
v7.x
Current Behavior
When the autoGrow property is set to true, the textarea grows to a point and the starts being scrollable. However the content is pushed up and you can't scroll back to the top of your text, hiding the first lines.
Expected Behavior
The autoGrow property should not make the textarea scrollable, or at least if it should, it should not hide any content.
Steps to Reproduce
Code Reproduction URL
No response
Ionic Info
Ionic:
Ionic CLI : 7.1.1
Ionic Framework : @ionic/angular 7.2.0
@angular-devkit/build-angular : 16.1.4
@angular-devkit/schematics : 16.1.4
@angular/cli : 16.1.4
@ionic/angular-toolkit : 10.0.0
Capacitor:
Capacitor CLI : 5.3.0
@capacitor/android : 5.3.0
@capacitor/core : 5.3.0
@capacitor/ios : 5.3.0
Utility:
cordova-res : not installed globally
native-run : 1.7.2
System:
NodeJS : v18.16.1
npm : 8.19.2
OS : macOS Unknown
Additional Information
No response
The text was updated successfully, but these errors were encountered: