Saving Custom Elements With Containers and Inner Elements #127
Unanswered
TifftCW-5600
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Are there any ideas, or upcoming changes that can help with updating custom elements using containers?
My users have custom elements that are containers with several elements inside (ex: a container with a radioTabs element, and a textArea element) (see pic). This works very well overall, but saving can be confusing for my users.
My users make changes to one of the elements in the container, and they get confused when they update the custom element ,and just click the save icon - which opens a save new (see pic).
To update, they must save the container (not the inner elements that are being changed) . They must take an extra step to click on the container and then save (see pic). This extra step is unintuitive and they forget. If possible, I would like a way to save the custom container element when an element inside is clicked, but I don't know if this is possible without breaking the existing save capabilities.
I have attempted to create my own save code based on changes to the form itself. The form re-names the elements with different numbers so I cant reliably match form elemetns back to the custom elements.
Are their any suggestions, or upcoming changes that could help us with this?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions