Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
デフォルトで「OK」ボタンが選択されているブートストラップ確認ボックスを使用しています。デフォルトで「キャンセル」ボタンを選択したいので、誤ってユーザーがEnterキーを押してもレコードは安全で削除されません。
ありがとう
ボタンに HTML タブ インデックスを追加して、ボタンをフォーカスできるようにする必要があります。
<button tabindex="1">Cancel</button>