Skip to content

Commit e2a974f

Browse files
committed
Reduce time to 100
1 parent d559b6f commit e2a974f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/crud/form_content.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function handleFocusOnSelect2Field(firstField){
9090
*
9191
*/
9292
$(document).on('select2:open', () => {
93-
setTimeout(() => document.querySelector('.select2-container--open .select2-search__field').focus(), 200);
93+
setTimeout(() => document.querySelector('.select2-container--open .select2-search__field').focus(), 100);
9494
});
9595
9696
jQuery('document').ready(function($){

0 commit comments

Comments
 (0)