ionic-team / ionic-framework

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
https://ionicframework.com
MIT License
51.01k stars 13.51k forks source link

bug: ion-textarea #27132

Closed software-OSG closed 1 year ago

software-OSG commented 1 year ago

Prerequisites

Ionic Framework Version

v7.x

Current Behavior

Hello,

here is my code: <ion-textarea label="Billing Notes" labelPlacement="stacked" fill="outline" rows="6" [(ngModel)]="customer.billing.note"></ion-textarea>

There are 2 problems:

Capture d’écran 2023-04-06 à 09 40 52

Expected Behavior

Same height for textarea and ion-textarea Scroll auto inside textarea when content overflow

Steps to Reproduce

Simply use ion-textarea with fill="outline"

Code Reproduction URL

No response

Ionic Info

Ionic:

Ionic CLI : 7.0.1 (/usr/local/lib/node_modules/@ionic/cli) Ionic Framework : @ionic/angular 7.0.0 @angular-devkit/build-angular : 15.2.4 @angular-devkit/schematics : 15.2.4 @angular/cli : 15.2.4 @ionic/angular-toolkit : 9.0.0

Capacitor:

Capacitor CLI : 4.7.3 @capacitor/android : not installed @capacitor/core : 4.7.3 @capacitor/ios : not installed

Utility:

cordova-res : 0.15.4 native-run : 1.7.2

System:

NodeJS : v16.14.2 (/usr/local/bin/node) npm : 8.18.0 OS : macOS Unknown

Additional Information

No response

liamdebeasi commented 1 year ago

Thanks for the report. Can you reproduce this in an Ionic starter app and provide a link to the repo? I am unable to reproduce this behavior using the code snippet provided.

typefox09 commented 1 year ago

This exact same thing happened to me also, in my case it covered the submit button below it so the form couldn't be completed. Will upload a code sample when get time

ionitron-bot[bot] commented 1 year ago

Thanks for the issue! This issue is being closed due to the lack of a reply. 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.

Thank you for using Ionic!