blur CommandThe blur command removes focus from an element. If you don't specify a target, it blurs the current element (me).
<input _="on keydown[key is 'Escape'] blur" />
<button _="on click blur #search-input">Dismiss</button>
blur [<expression>]