From f8cbf4693bde44f402afeddb73e4949f6cb515a6 Mon Sep 17 00:00:00 2001 From: Lauris Skraucis Date: Mon, 28 Oct 2024 09:24:30 +0100 Subject: [PATCH] docs: AvailabilitySettings toggle animation fix (#17355) --- docs/platform/atoms/availability-settings.mdx | 2 ++ docs/platform/faq.mdx | 3 +++ 2 files changed, 5 insertions(+) diff --git a/docs/platform/atoms/availability-settings.mdx b/docs/platform/atoms/availability-settings.mdx index fe45f36846..09f62704cd 100644 --- a/docs/platform/atoms/availability-settings.mdx +++ b/docs/platform/atoms/availability-settings.mdx @@ -4,6 +4,8 @@ title: "Availability settings" The availability settings atom enables a user to set their available time slots. This atom allows users to define specific time slots when they are available for meetings or events, helping them manage their schedules effectively and avoid double bookings. +First, for the AvailabilitySettings toggle animation to work set the reading direction on the element ` ... `. + Below code snippet can be used to render the availability settings atom ```js diff --git a/docs/platform/faq.mdx b/docs/platform/faq.mdx index 6fe43c744e..adea758934 100644 --- a/docs/platform/faq.mdx +++ b/docs/platform/faq.mdx @@ -33,3 +33,6 @@ description: Answers to the most common questions about the Platform API and ato ### 7. Can recurring events be rescheduled? - No, at the moment you are only allowed to cancel a recurring event. + +### 8. Why toggle animation is not working in the AvailabilitySettings atom? +- For the AvailabilitySettings toggle animation to work set the reading direction on the element ` ... `. \ No newline at end of file