Replies: 2 comments 2 replies
-
Hi @rozig, Yes it is intentional as |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @benoitgrelard , sorry for the late reply. I'm trying to use select component with react-hook-form v6 and it was having issues since the ref is only forwarded to the Select component. Is there any way to get it working with it? |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hello,
Is there a way to forwardRef to the BubbleSelect component? I see BubbleSelect component is using
React.forwardRef
but not theSelect
component. Is it intentional?Beta Was this translation helpful? Give feedback.
All reactions