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.
変更を保存せずにページを離れるときにメッセージを表示したい。また、変更が行われたときにアラートを出し、別のページに直接アクセスしたい。
ユーザーが変更を行うたびに true に設定されるブール値のダーティーを維持します。次に、ユーザーが離れようとしたときに true の場合は、警告を表示します。各保存アクションの後、dirty を false に設定します。false がデフォルト値です。
これは常に脆いので、すべての変更を保存することをお勧めします。