Closed yorman2401 closed 4 months ago
mark
what's the update on this ?
what's the update on this ?
Sry kinda busy lately. PRs welcome for this issue. I'll review ASAP.
@jsun969 sure, I will give it a shot after few hours
this could allow expanding functionality, I tested it on our project, and it works great
When using the Upload component of antd as children of a FormItem and adding the
valuePropName="fileList"
attribute to the FormItem, an error occurs after selecting an image. The error is the following:and, if for example, I don't add the
valuePropName="fileList"
attribute, I get the following error in the console:It is important to say that the code works if I do not add the
valuePropName="fileList"
attribute, but I would always have the error in the console.Example of my code:
Also, I think the
getValueFromEvent={normFile}
attribute does nothing.Environment:
I appreciate any guidance or solutions to address this issue. Thanks for your help!