Hi. Thanks, as always, for panel.
I am using the “awesome panel” component “panel_modal” (since I need a modal dialog and I cannot use a template in my uvicorn).
Now, “panel_modal” is making a web request when it loads - to “a11y-dialog”. I do understand that the a11y-dialog implementation underlies the panel_modal implementation.
Issue is: I have to use this behind a customer’s corporate firewall, and the web request fails. The corp will not change its policies for me…
I installed panel_modal with pip install panel-modal
. Is there any way to include the a11y code in the panel_modal installation or configuration - so that it does not make that web request?
Thank you
GPN