Elements inside ion-item

Hello,

I have this code:

<ion-item>
  <ion-label floating>Password</ion-label>
  <ion-input formControlName="password" type="password"></ion-input>
  <div>any text</div> <---------- Don't show
</ion-item>

The line <div>any text</div> dont show in my app.
Which are the elements I can use inside ion-item?

I am implement this feature:


image

Greetings.

Look at the docs, especially the “item placement” section.