Skip to content
Snippets Groups Projects
Commit ab6165a1 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Trim search string

parent 24c463e8
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ class PersonSelect extends VPULitElementJQuery { ...@@ -83,7 +83,7 @@ class PersonSelect extends VPULitElementJQuery {
}, },
data: function (params) { data: function (params) {
return { return {
search: params.term, search: params.term.trim(),
'library-only': 1 'library-only': 1
}; };
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment