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
What would you like to see added to the NWB GUIDE?
As @rly noted in our last meeting, it would be great to allow users to highlight and copy tooltip text. This would allow them to, for instance, take the example strain value on the Subjects table and use this as a reference for their actual values.
This feature is already supported in Tippy natively—but specifying interactive: true results in the inclusion of the tooltip as adjacent HTML to the element it's applied to.
In the case of the Subjects table, this results in the tooltip being cut off because the HandsOnTable styling requires the overflow to be hidden.
I'm not sure if there's a way around this, but we'll need to find one to have interactive tooltips on the Subject table, where we initially thought it would be most useful
Do you have any interest in helping implement the feature?
Yes.
Code of Conduct
Yes
Did you confirm this feature was not already reported?
Yes
The text was updated successfully, but these errors were encountered:
What would you like to see added to the NWB GUIDE?
As @rly noted in our last meeting, it would be great to allow users to highlight and copy tooltip text. This would allow them to, for instance, take the example
strain
value on the Subjects table and use this as a reference for their actual values.This feature is already supported in Tippy natively—but specifying
interactive: true
results in the inclusion of the tooltip as adjacent HTML to the element it's applied to.In the case of the Subjects table, this results in the tooltip being cut off because the HandsOnTable styling requires the overflow to be hidden.
I'm not sure if there's a way around this, but we'll need to find one to have interactive tooltips on the Subject table, where we initially thought it would be most useful
Do you have any interest in helping implement the feature?
Yes.
Code of Conduct
Yes
Did you confirm this feature was not already reported?
Yes
The text was updated successfully, but these errors were encountered: