How to implement SurveyJS?

Hi,
has anyone implemented SurveyJS, yet?
Which JMIX XML control provides possitbilities to transfer JS and JSON config files to client?

Thanks,
br
HP

Hi,

Depending on Jmix version you have different options.

In Classic UI you can use Generic JavaScriptComponent. Examples in doc and Sampler app should give you an idea how to use it.

For Flow UI you need to create a web component based either on Polymer 3 or Lit. Example can be found in the UI Samples app.

Regards,
Gleb