Is there a way to close the datepicker overlay when the date is chosen? #1480
Answered
by
zernonia
davestewart
asked this question in
Q&A
-
The system datepicker calendar closes when a date is chosen. Radix's does not. How do we achieve this? Right now I am adding a ref and "fake" clicking it: // ref to hidden close component
const close = ref<DatePickerClose>(null)
// later
close.value.$el.click() |
Beta Was this translation helpful? Give feedback.
Answered by
zernonia
Dec 6, 2024
Replies: 1 comment
-
Responded in #1479 (comment) 😁 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zernonia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Responded in #1479 (comment) 😁