-
Notifications
You must be signed in to change notification settings - Fork 161
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
Injecting custom options in dropdown #303
Comments
That should actually be pretty easy to implement as react-select has an As of now, it's not supported to use a select component that isn't Sadly, I don't have enough time to do this changes probably until we are on mid December or so, but I'll gladly review a PR 😄 |
Thanks! I don't know if I'll have time for a PR but if I do I'll submit something. |
Just made a PR for this #312 |
@uffou I made some changes to the repo and your code is old now -- I also think it missed some stuff around docs/types, that's why I didn't merge before my refactor --. Can you update? |
Thanks for this great tool!
Sometimes the user will enter an address that doesn't exist in Google Maps and it will either return no results or results that aren't relevant. We'd still want the user to be able to enter their address in plain text, for example if it's a PO Box which Google Maps doesn't support. We could offer their text in the dropdown suggestion for them to select.
What do you think? Are there any ways to achieve that today? And suggestions if we were to support this feature?
The text was updated successfully, but these errors were encountered: