You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On the dev server, the test interview shows the log 'Error with JavaScript code of CustomDataType Charges' in the console. Not sure if it appears elsewhere. Looks like it's in the catch for magicsearch
To Reproduce
Steps to reproduce the behavior:
On the dev server, run the test interview
Check the console and see the log
Expected behavior
No error logged.
Version Information (should be in your.docassemble.server/updatepackage:
I don't think it's breaking anything, it should just be a console print. It's difficult to actually fix this though, since as we've discussed with Jonathan, this error pops up on every interview even if the offending code is in someone's private playground and isn't installed on the server. Depending on how much time we have this summer I'd like to work with @shanacote to get that feature in the ALToolkit, to fix jhpyle/docassemble#280.
It's worth noting that since we bugged Jonathan about this he added support for a "multiselect" type input in Docassemble. That input without styling will be hard to use, but we may be able to just restyle the multiselect that Docassemble creates and avoid the custom datatype.
I have found some examples w/ a mix of JS + CSS that look like they might work for us.
Describe the bug
On the dev server, the test interview shows the log 'Error with JavaScript code of CustomDataType Charges' in the console. Not sure if it appears elsewhere. Looks like it's in the
catch
formagicsearch
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error logged.
Version Information (should be in
your.docassemble.server/updatepackage
:Additional context
Not sure if it's really breaking anything here.
The text was updated successfully, but these errors were encountered: