Closed
Description
We have a few places that have lazy prop already, but they don't work the same way.
Modal mounts the children on the first show an keep them mounted.
Dropdown mounts on the show and unmounts on the hide.
Do we want to keep the dropdown way? Do we want to give a prop like lazyPersistance for the first one? What would be the correct way for all the components to work in the same way?
@VividLemon @dwgray thoughts?