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
Note* I tried setting [clickable]="true" for the fd-object-status element then it looks like this
I still need a way to remove the auto-highlighting (selection) of the object status.
The text was updated successfully, but these errors were encountered:
ogligorov
changed the title
[BUG]
[BUG] When having object status inside a popover, the object status disappears when clicked
Jan 8, 2025
Is this a bug, enhancement, or feature request?
Bug
Describe your proposal.
When i have a popover with a object status, if i click the object status it disappears
<fd-popover title="Bad Project State" [noArrow]="false"> <fd-popover-control> <span fd-object-status status="negative" label="Click here" [large]="false" [clickable]="true" title="Click here" aria-label="Click here" ></span> </fd-popover-control> <fd-popover-body> <p>text</p> </fd-popover-body> </fd-popover>
Did you check the documentation and the API?
Yes
Example:
https://stackblitz.com/edit/mbrjyrem?file=src%2Fapp%2Fobject-status-inverted-example.component.html,src%2Fapp%2Fobject-status-inverted-example.component.ts
Note* I tried setting [clickable]="true" for the fd-object-status element then it looks like this
I still need a way to remove the auto-highlighting (selection) of the object status.
The text was updated successfully, but these errors were encountered: