Results 8 issues of Rolf

Hi, I am trying to allow href to use the msteams protocol in the formio sandbox through the options json. This does not fly however. ``` { "display": "form", "components":...

question

See: https://github.com/formio/formio.js/issues/4224 And (merged to master): https://github.com/formio/formio.js/pull/5394 Thus DOMPurify has a SVG profile. However, this profile filters out the `` tag as it is potentially unsafe when referencing external content....

### What feature do you want to see added? I would like to be able to e.g. volume map my root CA cert into a location in the Jenkins container...

enhancement

**Describe the bug** We use the pristine flag to signal form changes to the user, this works fine except when changing the order of rows in a datagrid. This change...

**Describe the bug** Using online sandbox https://formio.github.io/formio.js/app/sandbox the selectable formio versions is not complete. Not sure if the switching between versions is working (as intended). At the time of writing...

**Describe the bug** I am using the select component with data source URL. When the URL is not reachable, does not exist, or is not authorized, the select box remains...

help wanted

```matlab pie3([1, 2, 3], [1, 0, 0]) p = plotlyfig(myfigure, "offline", false, 'TreatAs', 'pie3') ``` Throws error ```matlab Dynamic field or property name must be a string scalar or character...