Hi,
How to add a search bar to search for a file name of the music in amplitudejs
Thanks
Hi @Jk ,
You’d have to get the current config of songs with Amplitude.getSongs()
. You could then run a search on the fields returned and hide the irrelevant songs in your display.
Hope that helps!
Can you please kindly share me a code for it? I want to do the following