chakra-dayzed-datepicker icon indicating copy to clipboard operation
chakra-dayzed-datepicker copied to clipboard

Chakra UI + Dayzed = datepicker

Results 31 chakra-dayzed-datepicker issues
Sort by recently updated
recently updated
newest added

I made an immature decision to let the range state as an array `[startDate, endDate]`, this will cause some issues when doing state management. My original intent is to have...

export the Calendar Panel so it doesn't have to be tied with the input.

dayzed uses framer-motion 4, but 6 is available. Upgrading this dependency would result in easier integration with other projects.

Next step might be adding the month picker due to business need.

Hi, my name is Bohodir. I am from Uzbekistan. Please add method to control popover. If you want, maybe i help you to do it

1. Set date by widget ![image](https://github.com/aboveyunhai/chakra-dayzed-datepicker/assets/30393854/06d1d844-c3cd-4d33-9ca3-5906775e6fde) 2. Close widget, and set date by button - after opening the widget popover is on bad year ![image](https://github.com/aboveyunhai/chakra-dayzed-datepicker/assets/30393854/f608b0c9-a2b4-4f3f-8fd3-99d0fc382246) 3. After click out of...

bug

As part of #76, this PR proposes to allow the selectedBtnProps even if a given dayOfMonth is disabled (e.g. being below minDate). The element remains disabled, both functionally and visually,...

Hi there, I'd like to allow users to see what the selected date is, even if it is disabled and earlier than the minDate. I don't seem to be able...

I can't enter the value inside ````, is that possible? `` { const { value, onChange } = field; return ( ); }} /> ``