Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JS: Improve date picker separator completion
The previous version was relying on `UIEvent.which` to identify the key being pressed, which is deprecated. https://developer.mozilla.org/en-US/docs/Web/API/UIEvent/which Also, typing out `01/` would result in `01//`, the first slash being inserted automatically and the second `/` being added when the user hits the `/` key.
- Loading branch information