ampersand-dom-bindings icon indicating copy to clipboard operation
ampersand-dom-bindings copied to clipboard

Only apply bindings if element is not currently focused

Open iggied opened this issue 9 years ago • 0 comments

'value' bindings occur only when element being set is currently not focused. I understand that the check is enforced to avoid cyclic loops. However, it leaves the state value and the DOM element value in an inconsistent state. This is not good. In this situation, is it possible to trigger an event to let the developer handle it in any relevant manner? I think it will provide a means to bring the state and DOM element back to a consistent state. My quarter cent.

iggied avatar Sep 10 '15 17:09 iggied