Skip to content
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

Ability to edit selected repeater item in a modal #539

Open
jlahijani opened this issue Sep 4, 2024 · 1 comment
Open

Ability to edit selected repeater item in a modal #539

jlahijani opened this issue Sep 4, 2024 · 1 comment

Comments

@jlahijani
Copy link

jlahijani commented Sep 4, 2024

Currently, to edit a repeater item, you click the repeater item which expands and presents the fields. This works well, but there are situations where when editing many items, the page becomes too long, especially if each repeater item has a lot of fields.

It would be nice to have an option to allow editing a repeater item in a modal, similar to the way it works in PageTable. So when you click the repeater item, instead of expanding it, it would show a modal.

Obviously, it may have to refresh the list of repeater items after the modal is closed to update the repeater item labels and such (or if the item that was being in the modal was deleted, not show it anyway... a refresh to update the state of the repeater items all together, similar to PageTable as well).

It would be important that this works with nested repeaters as well, again similar to PageTable.

@jlahijani jlahijani changed the title Ability to edit specific repeater items in a modal Ability to edit selected repeater item in a modal Sep 4, 2024
@jlahijani
Copy link
Author

jlahijani commented Sep 5, 2024

Related to this, if not using a modal as I proposed, it would be nice if there was way to save a repeater item without having to save the entire page. Also a way to refresh a repeater field without having to refresh the entire page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant