Open jakubsob opened 1 year ago
Notes:
Given the fix attempt in https://github.com/Appsilon/shiny.emptystate/pull/42 this might be a bit of an edge case.
We figured out how to reposition an item, but if we want to things behave exactly as if there were actually in place of a given component (e.g. the sliding effect in the example in this issue), then I don't have an idea for a different way of handling it besides using renderUI
.
What we could do is:
renderUI
might be a better option)
Guidelines
Project Version
0.0.0.9002
Platform and OS Version
Windows
Existing Issues
No response
What happened?
Placeholder doesn't follow the component it's supposed to cover when programatically changing it's location.
Steps to reproduce
Toggle panel
buttonExpected behavior
When
#container1
is hidden#container2
slides into its place with a placeholder instead of sliding from underneath the placeholder.Attachments
Screenshots or Videos
https://github.com/Appsilon/shiny.emptystate/assets/37193264/22ffc244-56e7-4091-a22a-ec9797084f15
Additional Information
No response