Focus record finder search when it opens - Fixes #1388
This commit is contained in:
parent
3f26113042
commit
90d2b87180
|
|
@ -19,4 +19,11 @@
|
|||
</button>
|
||||
</div>
|
||||
<?= Form::close() ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
setTimeout(
|
||||
function(){ $('#<?= $this->getId('popup') ?> input.form-control:first').focus() },
|
||||
310
|
||||
)
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue