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

Widget that combine a search and a tree #554

Open
tfrancart opened this issue Feb 1, 2024 · 0 comments
Open

Widget that combine a search and a tree #554

tfrancart opened this issue Feb 1, 2024 · 0 comments
Labels
kind: Enhancement 📈 New feature or request what: UI/UX Affecting the UI or UX what: Widgets Related to component value selection widgets

Comments

@tfrancart
Copy link
Contributor

When we are facing a hierarchical set of values, we need to have the ability to both search like an autocomplete field, or browse the hierarchy.
We need a combination of the AutocompleteWidget and the TreeWidget.

Some do that:

image

Searching:

image

Browsing:

image

When values are selected:

image

Then we add more values we see which one are already selected

image

That's very nice. We could be more simple and:

  • just provide an autocomplete field + a tree
  • in the autocomplete, we could display a bit of hierarchical information if we can
  • then we would have to see how this behaves in the criteria line

I would like this to be the default widget when we detect that target entities both have a label property annotated and a hierarchical property annotated.

@tfrancart tfrancart added kind: Enhancement 📈 New feature or request what: Widgets Related to component value selection widgets what: UI/UX Affecting the UI or UX labels Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: Enhancement 📈 New feature or request what: UI/UX Affecting the UI or UX what: Widgets Related to component value selection widgets
Projects
None yet
Development

No branches or pull requests

1 participant