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

NestedCheckbox component improvement for Feature Filter UI #842

Open
Alessandro100 opened this issue Dec 2, 2024 · 0 comments
Open

NestedCheckbox component improvement for Feature Filter UI #842

Alessandro100 opened this issue Dec 2, 2024 · 0 comments

Comments

@Alessandro100
Copy link
Contributor

Alessandro100 commented Dec 2, 2024

Improvements

  • Add debounce option to trigger output of checkbox selection. This would allow the user to select many checkboxes without waiting for a search call every time. If after 400**ms there is no more options selected, output the checkbox change, which would trigger a search call to backend
  • Continue the implementation of the nested checkbox recursion. Currently the nestedcheckbox component only supports 2 levels of checkboxes, but the datastructure could allow as many as we want
  • Setup a way to have disabled states
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