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.
Actually,
we need the class ion-text-wrap
<ion-label class="ion-text-wrap"><ion-label>
Otherwise, it defaults to a single line