You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of select elements doesn't support search functionality. For teams with a large number of sources, it becomes time-consuming to find the desired option. Adding a search to select elements would dramatically improve UX.
As far as I'm aware, it should only require adding a showSearch attribute to the select element.
I could make a PR if the scope is provided for which selects to enable search (if not for all).
System configuration and versions
Jitsu Next - console
The text was updated successfully, but these errors were encountered:
I primarily use the Site select on the Live Events page. However, this issue also affects other selects, such as the Source select on the Create Connection page. Because of this, I’d need guidance on which selects should be made searchable.
Got it. I think it makes sense to make most selects searchable. It should be easy for most of them, since they are all based on antd's Select and it looks like you just need one prop to enable search. Let's start with just one to see how easy it is, and take it from there
Summary
The current implementation of select elements doesn't support search functionality. For teams with a large number of sources, it becomes time-consuming to find the desired option. Adding a search to select elements would dramatically improve UX.
As far as I'm aware, it should only require adding a
showSearch
attribute to the select element.I could make a PR if the scope is provided for which selects to enable search (if not for all).
System configuration and versions
Jitsu Next - console
The text was updated successfully, but these errors were encountered: