docs: AvailabilitySettings toggle animation fix (#17355)
This commit is contained in:
@@ -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 <html> element `<html dir="ltr"> ... </html>`.
|
||||
|
||||
Below code snippet can be used to render the availability settings atom
|
||||
|
||||
```js
|
||||
|
||||
@@ -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 <html> element `<html dir="ltr"> ... </html>`.
|
||||
Reference in New Issue
Block a user