I have the following modal form from example:
You can also try
$('#the-modal').on('shown.bs.modal', function(e) { $('#the-input').focus(); });