Sqrrl / wc-datepicker

A small, accessible and customizable datepicker written in TypeScript.
https://sqrrl.github.io/wc-datepicker
MIT License
54 stars 6 forks source link

feat: prevent focus on disabled dates #28

Open remischwartz opened 2 months ago

remischwartz commented 2 months ago

Hi,

This is a proposal to prevent focus on disabled dates (cf #25 ). I struggled to find a satisfying behavior, and eventually settled on the following one :

Please let me know what you think.