Skip to content

Commit

Permalink
Merge pull request #4362 from mikhailprivalov/fix-search-research
Browse files Browse the repository at this point in the history
trim to search
  • Loading branch information
Wellheor1 authored Oct 9, 2024
2 parents 906f4fc + 7e51396 commit f9d509d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l2-frontend/src/ui-cards/ResearchesPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<input
id="fndsrc"
ref="fndsrc"
v-model="search"
v-model.trim="search"
v-tippy="{
html: '#founded-n',
trigger: 'mouseenter focus input',
Expand Down

0 comments on commit f9d509d

Please sign in to comment.