add isDisabledDate (#113)
* added the ability to enable and disable dates, using isDisabledDate function
* reworked to use isDisabledDate prop
* fixed docs
* ran prettier
* Update comments
* Use optional chaining
* Update docs example
* Revert demo
* Fix lints
* Create disableddate dev page
* Format
* added checks to prevent selecting a disabled date by typing or from arrow keys
* Small adjustments
* Update CHANGELOG.md
* updated-fallback-to-browseDate
* fixed-typo
* Make toValidDate args non-null
* Debug set date button
* Svelte 3 test
* Revert "Svelte 3 test"
This reverts commit 8184f5235b9d45061448a88b606d134f59a99738.
* added toValidDate to both DateInput and DatePicker
* Fix time changing when switching calendar dates
* Also run toValidDate in textUpdate
* Fix double-setting to invalid date not being fixed
---------
Co-authored-by: stinger567 <jdsteck567@gmail.com>
Co-authored-by: Kasper <kasperkh.kh@gmail.com>
authored by