diff --git a/src/views/ProblemRating.vue b/src/views/ProblemRating.vue
index f373ec4..65ae82a 100644
--- a/src/views/ProblemRating.vue
+++ b/src/views/ProblemRating.vue
@@ -23,7 +23,7 @@
@@ -33,7 +33,7 @@
:max="9999"
:controls="false"
style="width: 80px"
- @keyup.enter="query"
+ @change="query"
/>
@@ -43,7 +43,7 @@
:max="9999"
:controls="false"
style="width: 80px"
- @keyup.enter="query"
+ @change="query"
/>
-
@@ -54,7 +54,7 @@
:max="9999"
:controls="false"
style="width: 80px"
- @keyup.enter="query"
+ @change="query"
/>