.sheet and focus elements inside

Hi. I wanted to open a .sheet with .presentationDetents([.height(320)]) and having a couple of pickers and buttons inside.

The problem is that I can't tab with keyboard between the elements inside if I use .presentationDetents([.height(320)]) on the root VStack inside of the .sheet.

It works perfectly if I remove it but then the sheet becomes fullscreen which I don't want.

Is this a bug or am I using it incorrectly?

.sheet and focus elements inside
 
 
Q