-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for callback ref and ref hook #4093
Add support for callback ref and ref hook #4093
Conversation
@adidahiya Currently |
c867564
to
382b744
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overall this works, there are some stylistic refactors I'd like to do on top of this to make the implementation less verbose, but I'll merge and do that on develop to get this moving along
thanks @tanmoyopenroot! |
Fixes #4064
Checklist
Changes proposed in this pull request:
Add support for
callback ref
andref hook
forButton
,Anchor Button
andInputGroup
Reviewers should focus on:
Typing for the props(
elementRef
,inputRef
)