NPellet / visualizer

Other
43 stars 24 forks source link

Twig form #1105

Closed lpatiny closed 6 years ago

lpatiny commented 6 years ago

Going to the view:

https://my.cheminfo.org/?viewURL=https%3A%2F%2Fmydb.cheminfo.org%2Fdb%2Fvisualizer%2Fentry%2F3445a3018824eb277e67425eb9bb0186%2Fview.json

We can add data in the form and there is indeed an inplace modification.

However if we recreate the variable the form stays filled

stropitek commented 6 years ago

Again, there is an option of the module that says "Keep form value if data undefined". The inplace modification does not happen at the level of the dom. The values of the dom are merged into the variable each time the form changes.

lpatiny commented 6 years ago

yes indeed I saw it ... sorry second time.

image