回答編集履歴
1
具体例追加
test
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
|
3
3
|
そのあたりではないでしょうか。
|
4
4
|
|
5
|
+
<button type="button" 〜> のようにtype="button" を指定してみるとうまく行くかもしれません。
|
6
|
+
|
5
7
|
|
6
8
|
|
7
9
|
[https://developer.mozilla.org/ja/docs/Web/HTML/Element/button](https://developer.mozilla.org/ja/docs/Web/HTML/Element/button)
|