Searchbar issue with white space #6644
This commit is contained in:
parent
829549e3c9
commit
35ba2e0be0
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/ui.js": "/js/ui.js?id=934e73015300b1ae35f5",
|
||||
"/js/ui.js": "/js/ui.js?id=843e70b28b60736c0103",
|
||||
"/css/ui.css": "/css/ui.css?id=933372010d246f94f931"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -406,7 +406,7 @@ export default {
|
|||
},
|
||||
|
||||
searchData($event) {
|
||||
const searchValue = $event.data.searchValue;
|
||||
const searchValue = $event.data.searchValue.trim();
|
||||
|
||||
this.formURL(
|
||||
'search',
|
||||
|
|
|
|||
Loading…
Reference in New Issue