#How can I implement datetime picker on external button click

1 messages · Page 1 of 1 (latest)

rain root
#

I want to open datetime picker on button click, Is it possible ?

hasty dew
#

You can control popover opened state with popopverProps={{ opened: true }}

rain root
#

I want button with calendar icon, in place of textbox look, Is it also possible ?

hasty dew
#

I do not understand

rain root
#

Like this, I have textbox with left section with action icon button, I want to open datetime picker on that button click

#

and set selected value at label above textbox value

hasty dew
rain root
#

okay

#

Calendar component only have date selection, I want time too

#

Is there any way for it ?

hasty dew
#

Use TimeInput component to capture time