adjective

25 of 60
Other / Inward

stilted - An attitude that is stiff, unnatural, or too formal

When Arthur ran for mayor his stilted manner made it hard for the voters to relate to him.

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