dash-dangerously-set-inner-html
dash-dangerously-set-inner-html copied to clipboard
Dash component to dangerously set inner raw HTML
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.19 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.33 / 1.0.33 Add new browser : Cobalt Identify Macintosh as an Apple device Fix ReDoS vulnerability Version...
Bumps [express](https://github.com/expressjs/express) from 4.16.4 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [css-what](https://github.com/fb55/css-what) from 2.1.2 to 6.1.0. Release notes Sourced from css-what's releases. v6.1.0 feat: Support pseudo elements with data (#762) 3be227a https://github.com/fb55/css-what/compare/v6.0.1...v6.1.0 v6.0.1 Fix parsing column combinators after tag names...
Is it possible to target elements in an HTML block that uses dangerously_set_inner_html with a clientside callback? (I assume not, but wanted to check.) I'm working on an application where...
This PR adds the ability to install the R package of Dash Dangerously Set Inner HTML using `remotes::install_github`, and prepares it for CRAN publishing as a continuation of #2.
I tried this [example](https://github.com/plotly/dash-recipes/blob/master/dash-script-execution-dangerously-set-inner-html.py) which should show an alert-dialog with the text _test_. However, no dialog is displayed, neither with Firefox 65 nor with Chrome 72 Here is the code...
Tried to use this package as it follows ```python import dash_dangerously_set_inner_html as ddsih ... ddsih.DangerouslySetInnerHTML(children=text, id=id) ``` but before getting the use it on a callback got this message on...