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.
HTML コード:
<input value="YES" type="radio" disabled="disabled">
上記のコード行があります。ラジオボタンは無効になっています。Internet Explorer では、ダブルクリックが無効になっている場合でも機能します。これは、firefox では発生しません。IEでこれを防ぐ方法は?これを防ぐことができるjQueryの方法はありますか?
上記の問題は React + IE のバグです。
これは役立つかもしれません
https://github.com/facebook/react/issues/4457