How can I force dom-elements depending on a binding (like the value-attribute of an input-element) to rerender even if the value of the binding has not changed.
Binding itself does not expose such a method and I was not able to use one of the other classes like Map in my code...