noun

Url

2313 of 3214
Other / Inward

inhibitions - A feeling of self-consciousness or restraint that prevents someone from acting freely; a psychological or social barrier that limits a person’s behavior or expressions.

His inhibitions kept him from speaking up during the meeting, even though he had great ideas.

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