Form Uncaught TypeError: node is null

why if i use form = new dhx.Form(null, {} its make error Uncaught TypeError: node is null in version 7.1 even though if i user version 7.0.3 its work fine…

Is your configuration object actually empty?

form = new dhx.Form(null,{ });

If so, I could definitely see it throwing an error because it doesn’t know how to configure the form. It should at least have a rows: [ ] property.

Hello ayus.

Thank you for your report. THe porblem is confirmed. We’ll tr yto solve it as soon as possible.

The problem was fixed in the latest dhx.Suite 7.1.1 build.