streamlit-shadcn-ui icon indicating copy to clipboard operation
streamlit-shadcn-ui copied to clipboard

Add parent portal hook and send close event from overlay

Open ObservedObserver opened this issue 7 months ago • 0 comments

Summary

  • create useParentPortal hook that mounts a container in window.parent.document
  • use that container for dialog portals
  • emit Streamlit.setComponentValue({confirm:false, open:false}) when the dialog overlay is clicked

Testing

  • yarn lint (fails: This package doesn't seem to be present in your lockfile)

ObservedObserver avatar May 17 '25 01:05 ObservedObserver