Javascript – Binding two number inputs to variables so one input is always bigger than or equal to other
I want to have two inputs: Input A initialy containing a prop named "min" showing the maximum number possible in inputs Input B initialy containing a prop named "max" showing the maximum number possible in inputs And the values of…