Closed AlexBreskin closed 5 years ago
@AlexBreskinRecognite Thanks for the detailed breakdown. PR incoming. With the exception of saving user generated duplicates the issues should be resolved, can you test in #210 ?
The renderer will need a method for collecting userData
(similar to formBuilder) that will allow user generated duplicates to be reloaded. A userData
getter would probably work best for this rather than allowing users to re-write template data.
@AlexBreskinRecognite Thanks for the detailed breakdown. PR incoming. With the exception of saving user generated duplicates the issues should be resolved, can you test in #210 ?
The renderer will need a method for collecting
userData
(similar to formBuilder) that will allow user generated duplicates to be reloaded. AuserData
getter would probably work best for this rather than allowing users to re-write template data.
Thanks Kevin. Just reviewed these changes in #210
By the way, I noticed in the gif in #210 that you have only specific rows with the "Add +" button, but I cannot find a way to set it to specific rows - only all rows (or nothing if I disable the Add + functionality entirely via javascript, which I did in the past).
Thank you so much for implementing these changes and for keeping formeo updated!
:tada: This issue has been resolved in version 1.1.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Hi there! I'm really close to getting something workable with Formeo but a major requirement we have is the ability for a user of a created form to add multiple of a certain row that the form creator chooses.
Currently I've noticed that the Formeo Render functionality has the option for a form user to duplicate any row with a "+" option. When I tried doing so, I came across several bugs:
At this stage I've just went ahead and hid the option for a user to duplicate rows until these bugs were sorted. Is there any timeline or priority to this list of bugs being looked into?
Happy to extrapolate further on the above issues