We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
data-pr-position position doesn't seem to be working on Global Tooltips.
data-pr-position
I've tried
data-pr-position="left" data-pr-position="top" data-pr-position="bottom"
And none of them seemed to change where my tooltip would appear. Which was always on the default "right" position.
I've found a similar issue that was fixed in the past: #1811
https://codesandbox.io/s/primereact-tooltip-position-2gyr8h?file=/src/index.js:641-657
or
https://2gyr8h.csb.app/
8.0.1
18.x
ALL
Create React App (CRA)
Mozilla Firefox 100
data-pr-position is supposed to let me pick where the Global Tooltip would show.
The text was updated successfully, but these errors were encountered:
Fix primefaces#2878: Tooltip global respect data-pr-position
529c713
3125839
melloware
Successfully merging a pull request may close this issue.
Describe the bug
data-pr-position
position doesn't seem to be working on Global Tooltips.I've tried
And none of them seemed to change where my tooltip would appear. Which was always on the default "right" position.
I've found a similar issue that was fixed in the past: #1811
Reproducer
https://codesandbox.io/s/primereact-tooltip-position-2gyr8h?file=/src/index.js:641-657
or
https://2gyr8h.csb.app/
PrimeReact version
8.0.1
React version
18.x
Language
ALL
Build / Runtime
Create React App (CRA)
Browser(s)
Mozilla Firefox 100
Steps to reproduce the behavior
Expected behavior
data-pr-position
is supposed to let me pick where the Global Tooltip would show.The text was updated successfully, but these errors were encountered: