nodep-date-input-polyfill icon indicating copy to clipboard operation
nodep-date-input-polyfill copied to clipboard

Automatically adds datepickers to input[type=date] on IE, macOS Safari, and legacy browsers.

Results 20 nodep-date-input-polyfill issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option...

dependencies

Bumps [debug](https://github.com/debug-js/debug) and [serve-index](https://github.com/expressjs/serve-index). These dependencies needed to be updated together. Updates `debug` from 2.6.8 to 2.6.9 Release notes Sourced from debug's releases. 2.6.9 Patches Remove ReDoS regexp in %o...

dependencies

Bumps [httpster](https://github.com/SimbCo/httpster) from 1.0.3 to 1.1.0. Release notes Sourced from httpster's releases. 1.0.5 Updated insecure packages. Updated dependencies No release notes provided. Commits See full diff in compare view [![Dependabot...

dependencies

It's problematic for it to just submit it using the locale format (MM/dd/yyyy where I live) since that is too ambiguous for the server to reliably parse. Furthermore, I believe...

Environment: * Windows 10, version 1809, x64 * NodeJS 13.12.0 * npm 6.14.4 Steps taken: 1. `git clone https://github.com/brianblakely/nodep-date-input-polyfill.git` 1. `cd nodep-date-input-polyfill` 1. `npm install` 1. This errors-out because `rollup-plugin-sass:...

Thank you for the library - great effort & very much appreciated. I think the few browsers left which do not have a native date type input will be soon...

Change/input events should be bubbling. This is the case for the legacy way of creating events but not for the modern way which triggers on Safari. Fixing this would allow...

My users have reported that when they update an field in IE11 that the updated value isn't displaying when leaving the field, the previous value is displayed instead. The code...