Skip to content

Commit 063c0c0

Browse files
committed
fix: 키보드 사용자 접근성 저하로 키보드 접근 제한하는 onKeyDown 속성 삭제
1 parent c2f33e1 commit 063c0c0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/features/event/ui/DatePicker.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ const EventDatePicker = ({
107107
locale={ko}
108108
dateFormat="MM월 dd일"
109109
autoComplete="off"
110-
onKeyDown={(e) => e.preventDefault()}
111110
className="
112111
w-20 h-9 md:w-24 md:h-10
113112
border border-placeholderText
@@ -163,7 +162,6 @@ const EventDatePicker = ({
163162
locale={ko}
164163
dateFormat="MM월 dd일"
165164
autoComplete="off"
166-
onKeyDown={(e) => e.preventDefault()}
167165
className="w-20 h-9 md:w-24 md:h-10 border border-placeholderText text-sm md:text-md rounded-[5px] p-2 cursor-pointer caret-transparent"
168166
renderCustomHeader={({
169167
date,

0 commit comments

Comments
 (0)