datepicker icon indicating copy to clipboard operation
datepicker copied to clipboard

Is there a way to always keep it open instead of it opening as a overlay over the input?

Open isakjensen opened this issue 1 year ago • 3 comments
trafficstars

Is there a way to always keep it open instead of it opening as a overlay over the input?

isakjensen avatar Jul 31 '24 21:07 isakjensen

Hey @isakjensen you can set the alwaysShow flag to keep it open at all times

dysfunc avatar Jul 31 '24 21:07 dysfunc

I mean to always have the part that is open to always show. I don't want it to open when I click on the input, I would like it to have it open at all time

isakjensen avatar Aug 01 '24 11:08 isakjensen

I might be misunderstanding your question, but that is what alwaysShow was intended for. The documentation uses that prop to always show the calendar at the top of the page.

dysfunc avatar Aug 01 '24 13:08 dysfunc