bilogic
bilogic
## Environment Please provide as many details as you can: https://formio.github.io/formio.js/app/examples/customendpoint.html ## Steps to Reproduce 1. After clicking the form, a green `Submission Complete` is always shown before the server...
 Is there a way to style the file upload to look like this?
I believe this addresses https://github.com/formio/formio.js/issues/4862 https://github.com/formio/formio/issues/1474 https://github.com/formio/formio.js/issues/3970
I keep getting this exception in console log  # Part 1 https://github.com/formio/formio.js/blob/040e5901d977083d08b540ce27d772bcc704fea0/src/Webform.js#L1632-L1638 # Part 2 https://github.com/formio/formio.js/blob/040e5901d977083d08b540ce27d772bcc704fea0/src/Webform.js#L1246-L1248 If there was an issue with the submission in part 1, what kind...
```JSON "logic": [ { "name": "click", "trigger": { "type": "event", "event": "click" }, "actions": [ { "name": "selectall", "type": "customAction", "customAction": "instance.select();" // changing to this.select() also did not work...
prevent clashing of `$` as seen in #4851
Is there a way to let the person filling the form select all for `Select Boxes`?
This is part of my HTML ```HTML ... ... Formio.builder(document.getElementById('builder'), {}, {}) .then(function(builder) { builder.on('saveComponent', function() { console.log(builder.schema); }); }); function render() { } ```  1. Using the above...
**Is your feature request related to a problem? Please describe.** Yes, Google Voice Recognition takes over the interface after clicking on the button for voice recognition **Describe the solution you'd...
**Describe the problem you have/What new integration you would like** Support to read blood pressure values from BC 85 via bluetooth **Please describe your use case for this integration and...