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

Not possible to deselect a container entry. It only toggles between open/closed. #357

Open
cloetensbrecht opened this issue Dec 29, 2023 · 0 comments

Comments

@cloetensbrecht
Copy link
Contributor

When a container entry is selected, it is not possible to deselect it. Clicking it is only toggling between open and closed.
A third state should be added to deselect the selected container entry. When it's not selected, the parent (or root level) should be selected again.

The implementation of deselecting an entry would be very useful to add multiple entries to a root. For now, when you want to add an entry while a container entry is selected, a new entry is always added to the selected container entry (the parent is selected by default within the modal). But this is very frustrating when you want to add multiple entries to the root.

A solution could be to add 3 states:

  • selected, but closed: you can not see the underlaying children
  • selected, but open: you can see the underlaying children
  • not selected: you're add the parent level again (which can be the root)

For now, clicking a container is only toggling between open and closed, but a third 'not selected' option would be a solution for this issue.

create_root_entry

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

No branches or pull requests

1 participant