fair-rose
fair-rose2y ago

select getting undefined while changing

values not getting selected
5 Replies
fair-rose
fair-rose2y ago
getting blank while changing select in edit form
inland-turquoise
inland-turquoise2y 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
fair-rose
fair-rose2y ago
even thogh data is matching am facing this issue
inland-turquoise
inland-turquoise2y 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 🙏
fair-rose
fair-rose2y ago
okay ill check it