adjective

Url

1177 of 1576
Bad / Hostile

irreconcilable - So different or conflicting that compromise is not possible.

Their political beliefs were so irreconcilable that they decided to stop discussing politics altogether.

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