Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
date-input-polyfill
Advanced tools
Automatically adds datepickers to input[type=date] on IE, Firefox, and OS X Safari.
Just include this simple script and IE, Firefox, and OS X Safari will support <input type="date">
, without any dependencies, not even jQuery!
Support dynamically created inputs, so can be used in single page applications.
Forked from nodep-date-input-polyfill. Continuing as a separate project.
npm install --save date-input-polyfill
Add to your project:
Webpack/Browserify: require('date-input-polyfill');
or alongside Babel: import 'date-input-polyfill';
Script Tag: Copy date-input-polyfill.dist.js
from node_modules
and
include it anywhere in your HTML.
This package also supports AMD.
Easily Stylable: These are the default styles, which you may override with your own.
Polyfills valueAsDate
and valueAsNumber
:
Learn more about these properties.
They behave as getters and setters.
Keyboard Shortcuts: Esc
will hide the datepicker. Up/Down
will
increment/decrement the date by one day.
Localization: Specify the datepicker's locale by setting the
lang
attribute of the input
element. The default locale is en
.
<input type="date" lang="en" />
Formatting: Specify the display format by setting the
date-format
attribute of the input
element. The default format is yyyy-mm-dd
.
Available options list.
<input type="date" date-format="mm/dd/yyyy" />
Run npm start
or, for Cloud9 IDE users: npm run start-c9
Run npm run build
FAQs
Automatically adds datepickers to input[type=date] on IE, Firefox, and OS X Safari.
The npm package date-input-polyfill receives a total of 5,031 weekly downloads. As such, date-input-polyfill popularity was classified as popular.
We found that date-input-polyfill demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.