Block editor should allow switching inputs
This is a little tricky - say you have two inputs, input1 and input2. Trying to change the first name to input2 will fail obviously since there's already an input2. But you want to switch them. The only solution now is using a 3rd name to switch, but this isn't super logical...
not sure how to fix this.