aboveyunhai / chakra-dayzed-datepicker

Chakra UI + Dayzed = datepicker
https://aboveyunhai.github.io/chakra-dayzed-datepicker/
MIT License
222 stars 46 forks source link

Always keep the date picker open #67

Closed L2Develop96 closed 5 months ago

L2Develop96 commented 8 months ago

I want to keep the date picker always open and always displayed without the input field. I've set the input field visibility to none, but when i click around the datepicker closes.

Is there anyway, to keep the component always open and displayed?

aboveyunhai commented 8 months ago

@L2Develop96 You can utilize the calendar panel without using the input at all

check the calendar example: https://aboveyunhai.github.io/chakra-dayzed-datepicker/

https://github.com/aboveyunhai/chakra-dayzed-datepicker/blob/main/example/index.tsx#L339