This is technically not a bug but quite annoying in my case:
I have a structure field that contains a date field as first child. When clicking on an existing entry, the date field pops up and it is necessary to confirm the date in order to close the overlay. Clicking elsewhere on the structure does nothing and clicking outside of the structure closes everything.
Is it possible to prevent this autofocus behaviour. Ideal would be a field property like autofocus: false but maybe thereās a workaround?
In any case it doesnāt seem to help. I believe the issue is that it depends where you click on a structure entry. When you click on a field in the table view, it gets selected irrespective of its autofocus setting. See example (with autofocus:false on the date field):