From b40201219a7e555520830ed218d65a47841cac8b Mon Sep 17 00:00:00 2001 From: HOANGLAOTA Date: Thu, 18 Jul 2024 16:28:36 +0700 Subject: [PATCH] fix bug 1807 v4 --- src/_components/Auth/InputDate/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/_components/Auth/InputDate/index.js b/src/_components/Auth/InputDate/index.js index d6c7b72..903a7f3 100644 --- a/src/_components/Auth/InputDate/index.js +++ b/src/_components/Auth/InputDate/index.js @@ -72,9 +72,11 @@ const InputDate = (props) => { disabledKeyboardNavigation onKeyDown={(e) => { e.preventDefault(); + return false; }} onBeforeInput={(e) => { e.preventDefault(); + return false }} onFocus={e => e.target.blur()} />