[ANSWERED] javascript – Chrome 81 -> 83 input[type=”datetime-local”] enter key behaviour
Solution 1 : You can do this workaround to fix this behaivor: First catch de event ‘keydow’ from the input date and prevent that the default action (open the popup)…