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

Create a component for select input #294

Closed
2 of 3 tasks
syphax-bouazzouni opened this issue Jul 12, 2023 · 2 comments
Closed
2 of 3 tasks

Create a component for select input #294

syphax-bouazzouni opened this issue Jul 12, 2023 · 2 comments
Assignees

Comments

@syphax-bouazzouni
Copy link
Collaborator

syphax-bouazzouni commented Jul 12, 2023

Issue

Currently, we are using Jquery chosen to do our multi-select inputs.

image image

And there are multiple issues regarding this:

  • The plugin is obsolete.
  • It is hard to develop new features on it.
  • We can remove Jquery from our code base (because depend on it)

Requirements

  • Create a view component that we will re-implement it using this https://tom-select.js.org/ alternative.
  • Replace the current usage of the Jquery chosen plugin with this new component
  • Remove Jquery chosen
@syphax-bouazzouni
Copy link
Collaborator Author

syphax-bouazzouni commented Nov 10, 2023

Jquery chosen is still used in some parts of the application but will be removed progressively in the future

syphax-bouazzouni pushed a commit that referenced this issue Apr 17, 2024
Add download link for Virtual Appliance v3.2.2
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

2 participants