Would it be possible to access the previous value of the changed input? This would allow for swapping values around. For example: ``` { field: 'opt1', updates: { opt2: (opt1Value, allValues, prevOpt1Value) => prevOpt1Value } } ```