Sp-textfield always on top of absolute sp-menu and z-index wouldn't help

, , ,

I think there’s a bug with absolute elements. I have a form with inputs and I want to have an absolute <sp-menu /> on top of that form, but input shows through and z-index doesn’t help. Is there some workaround maybe?

BTW, <sp-picker/> remains beneath the menu and is not showing on top

This is a known issue: https://www.adobe.io/photoshop/uxp/2022/uxp/known-issues/#user-interface

I thought I’ve read those, but apparently missed some parts :man_facepalming:
That’s a real bummer actually. I’ll need to figure out how to add a class to a form folder depending on some input field in it. I so wanted to avoid JS and be dependent on a state only :frowning:

Adding myself to this in hopes of a notification if this gets resolved.

I’m also interested to see when this will be resolved.
I’ve tried to use a popover but the text field is still rendered above it.