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
If the line-height for the internal input-field part is normal, the maxRows property doesn't have any effect.
Expected outcome
The input field height is constrained to the specified maxRows.
Minimal reproducible example
<style>vaadin-text-area::part(input-field) {
line-height: normal;
}
</style><vaadin-text-areamax-rows="2" value="Value value value value value value value value value value value value value"></vaadin-text-area>