other-emerald
other-emerald3y ago

select getting undefined while changing

values not getting selected
5 Replies
other-emerald
other-emeraldOP3y ago
getting blank while changing select in edit form
metropolitan-bronze
metropolitan-bronze3y 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 issue
other-emerald
other-emeraldOP3y ago
even thogh data is matching am facing this issue
metropolitan-bronze
metropolitan-bronze3y 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-emerald
other-emeraldOP3y ago
okay ill check it

Did you find this page helpful?