Hello,
I’ve a dropdown linked to an option set (with text options and numeric attribites) and an input element with a condition that updates it’s Initial content based on dropdown selection (numeric attributes).
It works fine, but if I set the autobinding option on the input element this is not updated anymore by the conditional.
Both dropdown and input type are decimal, I don’t have issues because of incompatible types.
What am I doing wrong?
Thanks