Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.09 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.09 KB

ReactPickr - react datetime picker

This is a reimplementation / port of flatpickr to react.

The main goals are:

  • CSS Compatability
  • Same functionality and behavior

Why not use react-flatpickr?

For most purposes, the react-flatpickr might even be the better option. However, I have ran into some issues with the wrapping approach.

Also, you might rely on two projects updating their packages to get the bugfix you need.

Status

This is heavily work in progress. Do not use.

Roadmap:

0.1:

  • Have the basic date picker working
  • Open and closes correctly
  • Callback for selection

0.2:

  • Implement "defaultDate"
  • Implement "minDate"
  • Implement "maxDate"
  • Correctly position the opening calendar

0.5:

  • Unit tests and documentation for the base picker
  • Implement the date + time picker

0.7:

  • Implement inline option
  • Implement weeknumbers
  • Implement picker for multiple dates

1.0

  • Unit tests and documentation
  • Implement the range pickr
  • Implement enabling and disabling of dates.