tkalmar
tkalmar
**Describe the bug** When rendering a field with multiple error messages, the message div's get all the same Ids. This somewhat contradicts the idea of an id. **Version/Branch** 4.19.1 **To...
**Describe the bug** Protected Components should not be rendered in GET Requests (like Password). But when i use: https://formio.form.io/user/login?populate=owner i clearly see the password field of the owner **Version/Branch** Latest...
## Environment Please provide as many details as you can: - Hosting type - [] Form.io - [x] Local deployment - Version: 4.14.12 - Formio.js version: 4.14.12 - Frontend framework:...
**Describe the bug** If i deploy a form with duplicate keys in inputs i get an error message. When i have two containers with the same id f.e. two panels...
For an xml with very large text nodes i got errors like: ``` Error: file_0.xml:17: parser error : xmlSAX2Characters: huge text node file_0.xml:17: parser error : Extra content at the...
As pointed out in #1172 Non Proxy hosts are not added to the proxy environment vars. This PR adds the missing environment var. It converts from the maven format *.host1|*.host2...
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
**Describe the bug** When i have the following form definition: ``` { "display": "form", "settings": { "pdf": { "id": "1ec0f8ee-6685-5d98-a847-26f67b67d6f0", "src": "https://files.form.io/pdf/5692b91fd1028f01000407e3/file/1ec0f8ee-6685-5d98-a847-26f67b67d6f0" } }, "components": [ { "label": "first", "tableView":...
Fixes #33 small fix to respect user provided idAttribute when generating id's ## Summary by CodeRabbit * **New Features** * Support for namespaced ID attributes (e.g., WS‑Security and xml:id) when...