I use the album search that often for certain albums and or artist, that the autocomplete of tablet/phone make the correct suggestion.
Only the autocomplete always add space after the completion, which as result that nothing is found and I have the remove the last character.
I would really appreciate it the search value is trimmed before use.
If would require adding the trim command to the end of script-panels.js:996
Thanks,
Marcel
Only the autocomplete always add space after the completion, which as result that nothing is found and I have the remove the last character.
I would really appreciate it the search value is trimmed before use.
If would require adding the trim command to the end of script-panels.js:996
Code:
var filter = $(selector).val().trim();
Thanks,
Marcel