How can I create multiple line ion-item?

I want to create ion-item with multiple line.
But input-wrapper class is created dynamically, and that has display: flex style.
I want to create display: block ion-item.
How can I do that?

Use ion-label in the ion-item.

1 Like

Actually,

we need the class ion-text-wrap

<ion-label class="ion-text-wrap"><ion-label>

Otherwise, it defaults to a single line

1 Like