In {N}, I've got a TextField and would like to call a function when the focus is lost.
I've looked at the returnPress event - but that doesn't seem to be invoked on losing focus.
I've got text="{{ property }}" set - it gets called on every key input. I just need it at the end of the input.