Travis Tidwell
Travis Tidwell
Forgot the ```prototype``` ```js const addAce = Formio.Components.components.component.prototype.addAce; Formio.Components.components.component.prototype.addAce = function(element, settings, onChange) { return addAce.call(this, element, settings, onChange).then(function(editor) { editor.require('ace/ext/language_tools'); return editor; }); }; ```
Try including the ACE editor in the DOM before you load the Form.io renderer. The way our renderer works is it first looks in the global context for a library,...
This is a known issue that we are looking into.
We have noticed some anomalies with the "path"s for components with conditionals since we migrated to use the @formio/core library to process conditionals and validations. We are actively working to...
Yes, please submit a pull request with this change and we would be happy to merge it. Another alternative is that we are releasing a new "slim" angular module called...
Thank you @ps91!!! @lane-formio can we pull this into the master branch and then ensure it is pulled into the next 6.x release of Angular?
Did you make sure that you imported the correct locale scripts before you loaded the renderer with this locale? Try to add the arabic local in a similar way to...
The code from "requireLibrary" only works if the locale already exists within our CDN. I would inspect the network of your form when it is rendered and if there is...
It does seem to be, but you will need to inspect the network traffic of your browser to determine if it properly loads this file if AR is used as...
Are there any assets that get loaded (by looking at Network tab), or API's that fire when you use the "full" vs the "embed" script?