How to stop the error when selecting React Datetime and pressing a key?
<Datetime
timeFormat={false}
readOnly
className=”readonly block w-full mt-2 rounded-md border-0 text-gray-900 shadow-sm”
onChange={handleBirthdayChange}
onKeyDown={(event) => event.preventDefault()}
/>