adjective

13 of 60
Other / Inward

prim - Stiffly formal and respectable; feeling or showing disapproval of anything regarded as improper

In Victorian England, women were very prim and proper, never engaging in unladylike behavior.

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