You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use showOn='click' and hideOn='click', then passing isShown=false will not force it to close, however, if I set showOn='none' and hideOn='none' and try to use isShown it does toggle visibility, but then it is rendered in the wrong location, not tied to its parent.
The text was updated successfully, but these errors were encountered:
If I use
showOn='click'
andhideOn='click'
, then passingisShown=false
will not force it to close, however, if I setshowOn='none'
andhideOn='none'
and try to useisShown
it does toggle visibility, but then it is rendered in the wrong location, not tied to its parent.The text was updated successfully, but these errors were encountered: