Clear an input field with Reactjs?

后端 未结 7 2049
囚心锁ツ
囚心锁ツ 2020-12-08 04:33

I am using a variable below.

var newInput = {
   title: this.inputTitle.value,
   entry: this.inputEntry.value    
};

This is used by my i

7条回答
提交回复
热议问题