Mike Barlow
Results
1
comments of
Mike Barlow
I've seen that as well (on MOST of the date pickers that use a text field.) I added my own handler to trap that: ``` $('#date').keydown(function(e) { const validKeys =...