@nickle wrote:
Is there any way of explicitly setting an Input component’s value, rendering it, from a call back without it triggering an update?
eg. Something like.
infield = get_component (component_id=“field”)
infield.value = “12345”
infield.render().It relates to an example where I need a circular dependency. Input A is a function of Input B. That’s easy. However if Input B is changed, I have the inverse function and can work out what needs to go in A.
It’s getting around the dependencies.
Any ideas?
Posts: 2
Participants: 1