adjective

Url

1177 of 1578
Bad / Aggressive

invasive - Tending to spread aggressively, often causing harm or disruption.

The invasive plant species quickly took over the garden, choking out native flowers.

// 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(); }); }