問題タブ [bootstrap-material-design]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
2178 参照

javascript - React MD Bootstrap: 入力値を取得する方法

MD Bootstrap Reactを使用して、React でアプリをコーディングしています。入力コンポーネントから値を取得する際に問題が発生しています。

CreateLesson.js

両方の入力で、ユーザーから入力を取得して状態を適切に設定しようとしているだけです。handleInput は動的に設計されています。これは、最終的にページに複数の入力が必要になるためです。

ただし、いずれかの入力フィールドに入力すると、エラーが発生します。 Uncaught TypeError: Cannot read property 'toString' of undefined

私は何を間違っていますか?

編集:エラーのスタック トレースを追加します。以下の 3 つのエラーはすべて毎回表示されます。