useTooltipTrigger and default value delay prop #4194
-
Hey,
You can check behavior here: |
Beta Was this translation helpful? Give feedback.
Answered by
reidbarber
Mar 13, 2023
Replies: 1 comment 1 reply
-
I modified your example to do both of the things you mentioned: https://codesandbox.io/s/ecstatic-brown-hj8giz?file=/src/App.js You can just set your default value in props before it gets passed to the state hook or aria hook. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Agile-fox
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I modified your example to do both of the things you mentioned: https://codesandbox.io/s/ecstatic-brown-hj8giz?file=/src/App.js
You can just set your default value in props before it gets passed to the state hook or aria hook.