To achieve the same effect, use some custom JavaScript: $('#myModal').on('shown.bs.modal', function () { $('#myInput').trigger('focus') }).
確定! 回上一頁