Missing drag-n-drop visual states for s2/CardView #8467
-
Starting this as a discussion because i'm not sure if this is an actual bug or if I've just not configured my CardView correctly; I'm using CardView and passed
and
but I'm not seeing any visual treatment for the drag/drop interactions (see screen recording). I'd really like some kind of drag preview and drop indicator, or a clear path to adding/styling them as exists for other Spectrum collection components. Am I missing something? Screencast.From.2025-06-28.13-23-55.mp4Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
DnD is not yet implemented in Spectrum's CardView. I guess |
Beta Was this translation helpful? Give feedback.
DnD is not yet implemented in Spectrum's CardView. I guess
dragAndDropHooks
is getting passed through to React Aria GridList but no styling has been added yet.