diff --git a/frontend/src/shared/ui/components/KsTextField.vue b/frontend/src/shared/ui/components/KsTextField.vue index bdf37a0e..3e8216aa 100644 --- a/frontend/src/shared/ui/components/KsTextField.vue +++ b/frontend/src/shared/ui/components/KsTextField.vue @@ -1,7 +1,6 @@ @@ -107,7 +133,7 @@ const handleKeyPress = (event: KeyboardEvent) => { @input="handleInput" @focus="handleFocus" @blur="handleBlur" - @keydown="handleKeyPress" + @keydown.enter.prevent="moveToNextInput" />