aboveyunhai / chakra-dayzed-datepicker

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

Display empty state #32

Closed LukiFr closed 1 year ago

LukiFr commented 1 year ago

Datepicker should be able to display empty state i.e.: yyyy/mm/dd --:--

aboveyunhai commented 1 year ago

I think you can

propsConfigs={{
    inputProps: {
      placeholder: "yyyy/mm/dd"
    },
}}

but there is not support for hours yet -- : --