Travis Tidwell
Travis Tidwell
I am having a hard time understanding what you mean when you say "when it loads it tries to use the existing search field to search for that id. "......
Our Inline Embed works inside shadow dom. Try it out and inspect the Dom and you will see it is shadow dom, so we know it does work. ``` ```...
This is most likely a bug in the template @ https://github.com/formio/formio.js/blob/master/src/templates/bootstrap/day/form.ejs. Please feel free to make a fix and submit a pull request and we will pull it into the...
Interesting... it seems that because you selected multiple, and the default is a moment value that it forces it to not be an array and it creates a validation error....
I agree this is a bug. It is probably in the template which is here https://github.com/formio/formio.js/blob/master/src/templates/bootstrap5/modalPreview/form.ejs. We will log this as a nit bug, but if you wish to expedite...