I have two input fiels in my application. In my callback to generate the value for Output(“output”, “children”), both values from the inputs shall be used (Input(“input1”, “value”), Input(“input2”, “value”).
But i want, that the function is only triggered by input1 and not both inputs (input1 and input2).