
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@dreamworld/dw-date-input
Advanced tools
- A date input element made with [dw-input](https://github.com/DreamworldSolutions/dw-input) use to take date input from the user.
npm install --save @dreamworld/dw-date-input
  import '@dreamworld/dw-date-input/dw-date-input';
Triggers value-changed event on value change.
Supports all the features of dw-input like disabled, readOnly, hint etc. Additional features are as below:
1212, value will be 12/12/2019inputFormat property to set input format  <dw-date-input label="Date" inputFormat="dd-mm-yyyy" placeholder="Enter date"></dw-date-input>
value property to show pre-filled value  <dw-date-input label="Date" value="02/12/2019"></dw-date-input>
minDate and maxDate property for min and max date validation  <dw-date-input label="Date" minDate="02/12/2019" maxDate="02/12/2020"></dw-date-input>
FAQs
- A date input element made with [dw-input](https://github.com/DreamworldSolutions/dw-input) use to take date input from the user.
The npm package @dreamworld/dw-date-input receives a total of 1 weekly downloads. As such, @dreamworld/dw-date-input popularity was classified as not popular.
We found that @dreamworld/dw-date-input demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers 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
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.