Skip to content

Commit

Permalink
Documentation includes keyboard shortcuts.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianblakely committed Mar 11, 2016
1 parent a01f3be commit 72c3164
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@ include it anywhere in your HTML.

## Features
* **Easily Stylable:** [These are the default styles](https://github.com/brianblakely/nodep-date-input-polyfill/blob/master/nodep-date-input-polyfill.scss),
which you may overwrite with your own.
which you may override with your own.

* **Polyfills `valueAsDate` and `valueAsNumber`:**
[Learn more about these properties.](https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement#property-valueasdate)
They behave as getters and setters.

* **Keyboard Shortcuts:** `Esc` will hide the datepicker. `Up/Down` will
decrement/increment the date by one day.

## Contributing

### Local Development
Expand Down

0 comments on commit 72c3164

Please sign in to comment.