• JSON Forms: Problems with reading "data" object

    Hello, I am having trouble with one of the forms. It suddenly stopped working. After some debugging, I discovered that values read from the "data" object are empty. As an example I print the following values to console: The result is very strange…
  • Bug in JSON Forms - select component in datagrid

    Hello, I discovered a bug in JSON forms. I have a datagrid of various components. They are all populated with user specific values, once the user is selected. That is done by building a json variable "j" and passing it to: instance.root.getComponent…