issues
search
jitsucom
/
jitsu
Jitsu is an open-source Segment alternative. Fully-scriptable data ingestion engine for modern data teams. Set-up a real-time data pipeline in minutes, not days
https://jitsu.com
MIT License
4.13k
stars
295
forks
source link
feat: make entity select searchable in events browser
#1148
Open
epuluikis
opened
1 week ago
epuluikis
commented
1 week ago
Added search to the entity select on the events browser page.
Since select values can't be searched as they're elements, I added a search array to entitiesSelectOptions.
Used a ref to fix an issue where the input wouldn't blur when an already selected option was picked again.
Added CSS adjustment to fix opacity issues where child components were overriding the parent text color.
Ref #1147
Ref #1147