You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The setOffset function has been updated to support both relative and absolute positioning with this feature. To accommodate this change, the documentation for both the toggle and overlay topics, specifically for the setOffset method, needs to be updated. Additionally, the sample for the toggle topic should be updated to demonstrate the new functionality.
Locate the section describing the setOffset method.
Review the code snippet provided for the setOffset method.
Result
The documentation currently describes the setOffset method as only supporting relative positioning. The samples for the toggle topic demonstrate only relative positioning behavior.
Expected result
The documentation and samples should be updated to include the new parameter for the setOffset method, explaining and demonstrating both relative and absolute positioning options. The toggle component documentation should include an updated code snippet and sample. The overlay component documentation should include an updated code snippet to reflect this change.
The text was updated successfully, but these errors were encountered:
Description
The setOffset function has been updated to support both relative and absolute positioning with this feature. To accommodate this change, the documentation for both the toggle and overlay topics, specifically for the setOffset method, needs to be updated. Additionally, the sample for the toggle topic should be updated to demonstrate the new functionality.
Steps to reproduce
Result
The documentation currently describes the setOffset method as only supporting relative positioning. The samples for the toggle topic demonstrate only relative positioning behavior.
Expected result
The documentation and samples should be updated to include the new parameter for the setOffset method, explaining and demonstrating both relative and absolute positioning options. The toggle component documentation should include an updated code snippet and sample. The overlay component documentation should include an updated code snippet to reflect this change.
The text was updated successfully, but these errors were encountered: