-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
igxToggle: setOffset function increments the offset instead of setting a specific value #14174
Comments
Suggested Improvement For FeatureAfter discussing with @wnvko, we identified that this behavior could be modified to better suit different use cases. Specifically, there are two main approaches to the
Both approaches are valid and have their own applications. To accommodate both use cases and avoid a breaking change, we will introduce a third parameter to the |
Description
setOffset function increments the current offset value instead of setting a specific value
Steps to reproduce
https://www.infragistics.com/products/ignite-ui-angular/angular/components/toggle#offsetting-the-toggle-container
Result
Expected result
The toggle popup should be always offset 30px from the target element
The text was updated successfully, but these errors were encountered: