-
Notifications
You must be signed in to change notification settings - Fork 124
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
Implement Country/State select ability (higher priority) #1170
Comments
@kasugaijin I can take up this issue.. Can you please assign it to me? |
@sarvaiyanidhi all yours! |
FYI, @sarvaiyanidhi: Just merged #1169 which added some city-state usage in the fosterer edit form and fosterer invite form. It also touched the |
Thanks for the heads up @mononoken .. Will check this form as well while implementing the changes. |
We currently use city-state gem to get a list of states for a given selected country. However, this gem is not reliable in production and this thread does not inspire confidence in the long run. So, we will keep things simple and roll our own. This is currently affecting the production app, so would be great to resolve sooner than later!
This is a two-part issue
Part 1)
Part 2)
staff/organization/edit
and organization account requestorganization_account_request/new
)Tip: To get a full list of the states for each country, use the city-state gem in your rails console to get the values i.e.,
CS.states(:US)
will give you the states for USA. Then you can use these in Stimulus.The text was updated successfully, but these errors were encountered: