fix: TimeZone select should show the selected timezone (#15838)

* bugfix - CAL4052 TimeZone select should show the selected timezone

* Pusheding the code for type - check failure

* Updating MenuPosition as absolute

---------

Co-authored-by: sumantha <sumantha-ullasa-prabhu@hpe.com>
This commit is contained in:
SuPrabhu
2024-07-19 23:49:12 +05:30
committed by GitHub
co-authored by sumantha
parent 8b23e41954
commit a74522af3d
@@ -165,7 +165,7 @@ export const EventMeta = ({
event.lockTimeZoneToggleOnBookingPage ? "cursor-not-allowed" : ""
}`}>
<TimezoneSelect
menuPosition="fixed"
menuPosition="absolute"
timezoneSelectCustomClassname={classNames?.eventMetaTimezoneSelect}
classNames={{
control: () => "!min-h-0 p-0 w-full border-0 bg-transparent focus-within:ring-0",