redux-form/redux-form
在 GitHub 查看[bug-report] form doesnt re-render when using material ui select field
Open
#4,598 建立於 2020年1月15日
Version 8bughelp wanted
描述
Are you submitting a bug report or a feature request? bug report
What is the current behavior? my form has a field array of another field array of 4 fields as Select. when I'm changing the value of the first select, other selects options should change as well, but for some reason the form not re-render after I'm changing the value of the 2nd select. (the redux state is changed, I'm watching it in the dev-tools).
What is the expected behavior? after the state changed, the form should be re-render
What's your environment? v8.2.0 material-ui v4.8.1
it happens after I upgraded material ui from v3.0.1 to v4.8.1
any ideas?
thanks