redux-form/redux-form

[bug-report] form doesnt re-render when using material ui select field

開放

#4,598 建立於 2020年1月15日

 (7 則留言) (0 個反應) (0 位負責人)JavaScript (1,683 個分叉)batch import
Version 8bughelp wanted

倉庫指標

星標
 (12,592 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南