Closed
Description
Bug Report
Ionic version:
[x] 5.1
Current behavior:
When I initialize the value of a text area the label doesnt look good
Expected behavior:
Need to auto expand if I set property autogrod = true
Steps to reproduce:
Set a value to textArea component
Related code:
<IonItem>
<IonLabel position="stacked">Beneficios</IonLabel>
<IonTextarea
className="inputs"
placeholder={benefits}
autoGrow={true}
maxlength={400}
value={benefits}
rows={6} cols={20}
onIonChange={e => setBenefits(e.detail.value!)}>
</IonTextarea>
</IonItem>
Other information:
Ionic info:
Ionic:
Ionic CLI : 6.8.0 (/Users/timugo/.nvm/versions/node/v12.16.0/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/react 5.1.0
Capacitor:
Capacitor CLI : 2.1.0
@capacitor/core : 2.1.0
Utility:
cordova-res : not installed
native-run : not installed
System:
NodeJS : v12.16.0 (/Users/timugo/.nvm/versions/node/v12.16.0/bin/node)
npm : 6.14.4
OS : macOS Mojave