lucasgonze / Safeharbor.in

2 stars 0 forks source link

fill in country list #197

Closed lucasgonze closed 11 years ago

lucasgonze commented 11 years ago

The countries in this list need to be real:

              <div class="controls">
                <select>
                  <option>
                    United States
                  </option>

                  <option>
                    Other Country
                  </option>

                  <option>
                    Other Country
                  </option>

                  <option>
                    Other Country
                  </option>
                </select>

Let's talk about how to do that - I'm not sure what the best approach is, and whether it's you or me.

paigesaez commented 11 years ago

I want to do that. I have an idea. I think basically we can make the list html or we can use some kind of existing library for this...I know that we should do the following:

Not list alphabetically. Use common countries, not all countries. Assume we start with US first.

I'll look for common lists.

paigesaez commented 11 years ago

Here's a promising answer to the problem: http://baymard.com/labs/country-selector

paigesaez commented 11 years ago

....Link was broken. Here is the github repo: https://github.com/JamieAppleseed/selectToAutocomplete

lucasgonze commented 11 years ago

Hopeful fixed.