I’ve got a search field. Right now it searches for every keyup. So if someone types “Windows”, it will make a search with AJAX for every keyup: “W”, “Wi”, “Win”, “Wind”, “Wi
User lodash javascript library and use _.debounce function
changeName: _.debounce(function (val) { console.log(val) }, 1000)