-
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
Allow tooltip positioning (ex. before, after, above, below) in relation to target element #7775
Comments
@DiyanDimitrov Does the tooltip currently utilize the same positioning strategy as the overlay? |
@kdinev, yes, the tooltip positioning could be changed by modifying the |
@DerekJDev Note: I know creating an overlay settings is not so straight forward task. This is why we are planning now to implement some factory methods that will create ready to use overlay settings. As soon as we implement these methods we will refer this issue too. |
There has been no recent activity and this issue has been marked inactive. |
@DerekJDev we have implemented the factory methods for creating an
Keep in mind the Stackblitz sample uses RC version of components. |
@DerekJDev Ignite UI for Angular v10.2.0, which includes the new methods for creating |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I need to be able to position the tooltip in different areas around the target element besides below it, but with current documentation it doesn't look like there is a place to specify this setting.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Have an option to specify the position of the tooltip in relation to the target element, maybe add an attribute igxTooltipPosition="below | above | before | after"
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
None other than a different UI framework.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: