Does having two different UI elements for the same input value considered an anti pattern? Both inputs represent the same thing, changing the value of one will update the other. For example, I wanted to have a slider that the user can sele…