cameronlowry

Results 2 comments of cameronlowry

Why not bind to the blur event on click of the select? ``` onClick($select) { $select.searchInput.on('blur', () => { // do stuff }); } ```