Is there a way to change a value in the model when an input gets/loses focus?
The use case here is a search input that shows results as you type, these should only show
Apparently, this is as simple as doing a bit of code on event handlers.
...