chrisdavies / tiny-date-picker

A small, modern, dependency-free date picker
https://chrisdavies.github.io/tiny-date-picker/
415 stars 88 forks source link

Add a sensible way of specifying selectedDate on TinyDatePicker creation #133

Open jarmo opened 2 years ago

jarmo commented 2 years ago

Currently TinyDatePicker constructor does not seem to have an option to specify date upon initialization, which might become handy sometimes. It would be a good to have a way to do that since current option is too cumbersome:

var datepicker = TinyDatePicker(el, ..)
datepicker.setState({selectedDate: SPECIFIED_DATE})