Inputs circular definition

Is there a way to link 2 inputs like this without circular definition problems?

viewof x = Inputs.range([0, y])
viewof y = Inputs.range([0, x])