Show DateTime Picker oly when user click on field

I inserted in my ionic 7 app form a ion-datetime component but calendar showed in my page. I’d like to show picker when user click on it.

        <ion-item lines="full">
            <ion-label>Enter Date</ion-label>
            <ion-datetime></ion-datetime>
        </ion-item>

How can do it? Is native component right?

read the documentation, there is a perfectly working example with a ion-datetime component that opens inside a modal when you click on a button

I think i’ve already posted some example code here in the forum but right now i can’t look for it