tenthe opened a new issue, #4718: URL: https://github.com/apache/streampipes/issues/4718
### Body ## Goal Create a reusable shared UI component for searchable single- and multi-select inputs in StreamPipes. ## Description Chart configuration currently has a dataset selector with autocomplete and search. Asset configuration has a similar label selector with multi-select chips. The intended outcome is a shared component in `@streampipes/shared-ui` that supports both use cases with a consistent interaction model. The component should use modern Angular signal APIs, keep the selected value as the full object, and keep the API minimal. It should use convention-based display values, client-side filtering, and optional templates for custom option and chip rendering. Feature-specific actions such as “Manage Labels” or refresh buttons should remain outside the shared component. ### StreamPipes Committer I acknowledge that I am a maintainer/committer of the Apache StreamPipes project. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
