How get data from material-ui TextField, DropDownMenu components?

后端 未结 10 1932
遥遥无期
遥遥无期 2021-01-31 01:13

I create form, I have several TextField, DropDownMenu material-ui components included, question is how I can collect all data from all TextFields, DropDownMenus in one obj and s

10条回答
  •  长发绾君心
    2021-01-31 01:43

    flson's code did not work for me. For those in the similar situation, here is my slightly different code:

    get its value using

    this.refs.myTextField.input.value

提交回复
热议问题