Form not rendering after source connection change
I have agrid and i've connected to a Form to prefill fields depending on seleceted row, but properties do get changed, while the values don't so the form doesn't change. Any way to force value change as well, not just properties?
7 Replies
Also
loading
gets stuck in true/false exchange loopCould you send a minimal reproduction app please
I was actually to find out the reason about a cyclical loop
I just fixed it
as to forcing the args:
@rubenf Any way to force in in the inlinescript where i take the data from the row, and parse it into property or I need to create a new backrgournd runnable that would get trigered on row change and force update values
I advise new bg script
Also forms not having the
porperties
when nothing is selected, not even null
or undefined
is intended behavior? I think being able to trigger on properties
change would work the best.i don't follow
Oh no, it's fine, prpperties are in result
But it would be nice if the default value on a property is changed to force change the value, or add a "value" field in property for forcing.