Replies: 2 comments 2 replies
-
Looks like I dropped the ball bringing this up with the team, I'll do that this week |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think it is configurable? There's both a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm seeking clarification regarding the design decisions behind the Tooltip component's cooldown period and the absence of options to customize this behavior.
Currently, TOOLTIP_COOLDOWN is 500ms. After this period, TOOLTIP_DELAY (1500ms) is re-applied for subsequent hovers. While I understand the rationale for the initial delay and immediate re-display during the warm-up, I'm trying to understand the specific reasons for this 500ms cooldown duration and why it's not configurable.
Could you elaborate on:
The specific rationale behind choosing 500ms for TOOLTIP_COOLDOWN?
Why the library currently does not provide an option to customize or disable this cooldown period (or the re-application of TOOLTIP_DELAY after cooldown)?
This concern has also been raised in similar discussion: #8196
Understanding the design philosophy would be greatly appreciated. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions