I am hoping to find a way to implement searchable drop down in the KNIME UI.
We can simply use Single selection/ Value selection widget for dropdown. But it allows you only to select. We would not be able to search from the dropdown. This becomes a pain when we have thousands of options to select from.
If we get an inbuilt option of enabling a search option in select widgets in KNIME, it will be of great use.
I also tried to implement the same using jQuery plugins like Select2 and Chosen. But I am unsuccessful in it with errors.
If anyone has experience with using external plugins in Generic JavaScript View, please do help me with how to implement it.
Hey @roohith007,
we are currently working on a combobox widget, which will allow you to have a searchable dropdown in KNIME. I can’t promise any dates yet, but it will likely make it into the summer release.
Until then building it yourself is probably the only way you have. What have you already tried with the Generic JavaScript View? Is there any particular problem you are facing?
Hey @roohith007,
sorry for the late reply.
I couldn’t get it to work with select2, but it works with chosen. Here is the workflow I used. Hope that helps and soon you hopefully don’t need custom JS anymore.
Thanks for the reply. It was helpful. But I am just not able to figure out what goes wrong when I add an event listener to the paired with Chosen.
Attached a sample workflow of what I am trying to achieve. I am able to get the selected value with regular select but not with the one paired with Chosen.