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
<rh-dialog> should be set up to use the native <dialog> element if possible and decouple from using the PfModal Base Class.
Suggested solution
Switch over the code and the styles from PfModal to be in the <rh-dialog> element first of all, then convert it to a native <dialog> html element inside the shadow dom.
Example API
Same slots and api as currently exists, just updated internals
Additional context
No response
The text was updated successfully, but these errors were encountered:
Description
<rh-dialog>
should be set up to use the native<dialog>
element if possible and decouple from using thePfModal
Base Class.Suggested solution
Switch over the code and the styles from PfModal to be in the
<rh-dialog>
element first of all, then convert it to a native<dialog>
html element inside the shadow dom.Example API
Additional context
No response
The text was updated successfully, but these errors were encountered: