verb

Url

49 of 60
Bad / Disgusting

repel - To cause someone or something to back away to a point of greater distance, usually as a result of a strong feeling of aversion or disgust.

His rude behavior seemed to repel new friends, making it difficult for him to form close relationships.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }