-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Expose Option for import #2096
Comments
I happened to be working on opening this issue with a PR when you submitted it, I think this is what you were asking for. |
I'm currently on the roadmap to V2 migration, but any way to enable this in V1? |
Hello - In an effort to sustain the We understand this might be inconvenient but in the best interest of supporting the broader community we have to direct our limited efforts to maintain the latest version. If you aren't using the latest version of However, if you feel this issue is still relevant and you'd like us to review it - please leave a comment and we'll do our best to get back to you! |
Hi!
Would it be possible to expose the base Option in the index.js? I would like to be able to use the internal Option since i dont have a usecase for customizing the handleMouseDown, handleMouseEnter, and handleMouseMove methods. I see that the base Option already take children.
I would like to be able to do something like this...
This is similar to how one might use the exported "Value" component currently.
If you are open to pull request, I could also create one. Thanks!
The text was updated successfully, but these errors were encountered: