adjective

1 of 28
Good / Important

supreme - (of authority or an office, or someone holding it) superior to all others

In Iran, the Ayatollah is the supreme ruler who controls the country's population.

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