5 Replies
other-emeraldOP•3y ago
getting blank while changing select in edit form
metropolitan-bronze•3y ago
Looks like the initial data and the updated data is not matching 🤔 Can you log the values at
getValueProps
? 🤔 This might help to debug the issueother-emeraldOP•3y ago
even thogh data is matching am facing this issue
metropolitan-bronze•3y ago
That's interesting because in the video, you are able to select 4 items (bone surgery twice) and that made me think like the shape of the data in state is changing. The thing should be at Form.Item or in Select but it really looks like a mismatching shapes of selected state at initial and the selected state after you select something
Can you try to check the shape of the value state again? If this does not resolve the issue, then please provide a repro or a code sample to work with 🙏
other-emeraldOP•3y ago
okay ill check it