File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ export default function App() {
435435}
436436```
437437
438- <ViewSource url = { import .meta .url } path = " _samples/table " />
438+ <ViewSource url = { import .meta .url } path = " _samples/student-data " />
439439
440440</Answer >
441441
@@ -634,7 +634,7 @@ export default function App() {
634634}
635635```
636636
637- <ViewSource url = { import .meta .url } path = " _samples/react-fixed- input" />
637+ <ViewSource url = { import .meta .url } path = " _samples/react-input" />
638638
639639` onChange ` 属性には、要素のテキストが変更された際に発生するイベントのイベントハンドラを指定します。Reactの` onChange ` 属性は、DOMの[ ` change ` イベント] ( https://developer.mozilla.org/ja/docs/Web/API/HTMLElement/change_event ) ハンドラと同様に記述することができ、第1引数には[ ` Event ` オブジェクト] ( https://developer.mozilla.org/ja/docs/Web/API/Event ) に似た値が与えられます。
640640
You can’t perform that action at this time.
0 commit comments