Closed buseodaci closed 9 months ago
We're currently addressing a backlog of GitHub issues, and as part of this effort, some inactive issues may be marked as closed. This isn't a dismissal, but a step toward more efficient tracking.
If you feel the issue is still relevant, please re-open and we'll ensure it gets the attention it deserves. Your understanding is appreciated as we work to enhance our open-source responsiveness.
Hi, I created a custom component and using this component i can save the data. But when i want to see data with form its not working. You can see this is my form. Normally i have data like this
{rate:10}
. For giving this data to form im using submission which like this{data: { rate:10 } }
. For other Formio components submission work fine. But custom components rate data turning NaN.@merobal Is there any way can i fix this? What im missing ?
Thank you