We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6a847 commit 5f07c77Copy full SHA for 5f07c77
1 file changed
frontend/src/components/CoinListView.vue
@@ -132,6 +132,7 @@ const loadImage = async (index, coinId) => {
132
:label="i18n.global.t('Search')"
133
@change="onChanged"
134
@click:clear="onChanged"
135
+ @keydown.enter="$event.target.blur()"
136
clearable
137
density="comfortable"
138
hide-details
0 commit comments