Jouke
Jouke
Has anyone found a solution yet?
I did it! Will post an example later
To make a card animate back to the stack you can use the 'throwoutend' event on the cardstack in combination with a css translation animation, it's a bit hacky but...
The solution proposed by @NachmanBerkowitz worked for me, by adding `@use '@material/textfield';` to the top of the style.scss and then adding: ``` // show label for more dense inputs as...