-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Custom component not getting submission data #321
Comments
@jepz Thank you for reaching out! Form.io offers Support Packages that are for training, support, or development services. The hours can be used in one-hour increments at your convenience over a 90 day period. We will assign one of our senior developers to work directly with you in online sessions. Please let us know if you are interested. |
I am too facing the same issue I can see the data in the submission Response but its not displaying in the custom component. Please help to fix this or any work around available. Thanks |
Same happens to me |
Having the same issues, any solutions yet? |
Also having this issue in certain cases, for example within a Data Grid |
An example updated React 18 + Custom Component working! Demo |
Environment
Please provide as many details as you can:
Steps to Reproduce
Expected behavior
When data from submission is loaded, this.dataValue should have the submission data.
Observed behavior
this.dataValue is null, notice that there is a this.dataForSettings that has the correct data but it's not accessible for my custom component.
Seems like there is a rerender of props that doesn't effect custom components, but basic components receives data from submission.
Example
Unsure what to provide.
The text was updated successfully, but these errors were encountered: