質問編集履歴

3

タイトル修正

2021/01/02 05:47

投稿

action_moto
action_moto

スコア8

test CHANGED
@@ -1 +1 @@
1
- Material-UIのTextFieldコンポーネントの初期値を消すことができない問題について
1
+ Material-UIのTextFieldコンポーネントの初期値を消すことができない
test CHANGED
File without changes

2

handleClearの編集

2021/01/02 05:47

投稿

action_moto
action_moto

スコア8

test CHANGED
File without changes
test CHANGED
@@ -56,7 +56,7 @@
56
56
 
57
57
 
58
58
 
59
- handleClear = (event) => {
59
+ handleClear = () => {
60
60
 
61
61
  this.setState({
62
62
 

1

buttonコンポーネントの追加

2021/01/02 03:48

投稿

action_moto
action_moto

スコア8

test CHANGED
File without changes
test CHANGED
@@ -92,6 +92,12 @@
92
92
 
93
93
  />
94
94
 
95
+ <Button onClick={ this.handleClear }>
96
+
97
+ クリア
98
+
99
+ </Button>
100
+
95
101
  </div>
96
102
 
97
103
  ```