質問編集履歴

5

誤字修正

2021/02/24 10:27

投稿

janhampino
janhampino

スコア6

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  ・発火させた<input type="file">のイベントによりPCのファイルを選択し「開く」を押す
14
14
 
15
- ・ファイル情報を取得しファイル名を<div>file-boxという要素を作成後そこに出力
15
+ ・ファイル情報を取得しファイル名を<div>input-file-boxという要素を作成後そこに出力
16
16
 
17
17
  ・次回分のinput要素を先ほど使用したinputの隣に追加
18
18
 

4

コード間違いの修正

2021/02/24 10:27

投稿

janhampino
janhampino

スコア6

test CHANGED
File without changes
test CHANGED
@@ -92,11 +92,11 @@
92
92
 
93
93
  ```html
94
94
 
95
- <form class="p-send-form" action="">
95
+ <form class="form" action="">
96
-
96
+
97
- <div class="p-input-send-wrapper">
97
+ <div class="wrapper">
98
-
98
+
99
- <div class="p-input-files-wrapper" id="js-input-files-wrapper">
99
+ <div class="input-files-wrapper" id="js-input-files-wrapper">
100
100
 
101
101
                <!--- このコメント内の要素にファイル名を出力してファイルを選択するごとに横に並べる
102
102
 

3

コード間違いの修正

2021/02/24 10:21

投稿

janhampino
janhampino

スコア6

test CHANGED
File without changes
test CHANGED
@@ -116,7 +116,7 @@
116
116
 
117
117
  <input class="input-local-file" id="local-file-1" type="file">
118
118
 
119
- <!--- ここにinput fileを追加していく--->
119
+ <!--- ここに input type=file を追加していく--->
120
120
 
121
121
  </div>
122
122
 

2

コード間違いの修正

2021/02/24 10:19

投稿

janhampino
janhampino

スコア6

test CHANGED
File without changes
test CHANGED
@@ -124,11 +124,7 @@
124
124
 
125
125
  </div>
126
126
 
127
- <div class="items-wrapper">
127
+
128
-
129
- <button class="js-which-file" type="button"></button>
130
-
131
- </div>
132
128
 
133
129
  </form>
134
130
 

1

誤字修正

2021/02/24 10:18

投稿

janhampino
janhampino

スコア6

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  ・ファイル情報を取得しファイル名を<div>file-boxという要素を作成後そこに出力
16
16
 
17
- ・次回分のinput要素を追加先ほど使用したinputの隣に追加
17
+ ・次回分のinput要素を先ほど使用したinputの隣に追加
18
18
 
19
19
  以上
20
20