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()} />