Replies: 1 comment
-
EDIT, WORKAROUND FOUND Hi folks, for those who might be interested I have implemented a custom hook that checks, on each click, if the css class of the date picker has changed and return whether it is open or not.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I was wondering if there is a way to know whether the date picker is close or open?
I would like to display an overlay behind it in case it's open.
It could be something like:
<Datepicker onStateChange={handler}
Then we could access the value (open or close e.g) in the handler.
Beta Was this translation helpful? Give feedback.
All reactions