CRM-18742 - Focus first text field on search forms
authorColeman Watts <coleman@civicrm.org>
Fri, 3 Jun 2016 16:51:00 +0000 (10:51 -0600)
committerColeman Watts <coleman@civicrm.org>
Fri, 3 Jun 2016 16:51:00 +0000 (10:51 -0600)
js/crm.searchForm.js

index 3de76afb892c801518dac1747aa08c3a92bab25a..c1105213301532c0c3b47a0f74f3ba1af8c5bdcd 100644 (file)
 
   $(function() {
     initForm();
+
+    // Focus first search field
+    $('.crm-form-text:input:visible:first', 'form.crm-search-form').focus();
+
     // Handle user interactions with search results
     $('#crm-container')
       // When toggling between "all records" and "selected records only"