question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to modify the name of a country?

See original GitHub issue

Assume i have this HTML code:

<div class="list-select-options">
    <input type="text" id="country">
    <input type="hidden" id="country_code">
    <i class="fa fa-sort"></i>
</div><!-- .list-select-options end -->

And this js code:

$("#country").countrySelect({
    defaultCountry: "gb",
    onlyCountries: ['eg','gb'],
    preferredCountries: false,
    responsiveDropdown: true
});

So how to change for example United Kingdom to England?

img-59

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
mrmarkfrenchcommented, Jun 29, 2020

You could create an instance of the input, set the default value to the selected country, and leave only that country on the list, @iamkarsoft.

0reactions
mrmarkfrenchcommented, Sep 23, 2021

The latest version (v2.1.0) now allows you to set the localized name of a country (see the localizedCountries option, documented on the README). This will allow you to override the names of countries you wish to change.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Geographical renaming - Wikipedia
Geographical renaming is the changing of the name of a geographical feature or area. This can range from the change of a street...
Read more >
How do I change the name of countries? :: Hearts of Iron IV ...
Once there, open the console by hitting the ~ key. Then, type in tdebug and hit enter. Then, simply hover over the country/states...
Read more >
Why Countries Change Their Names - YouTube
In this video, I look at why countries might want to change their names. I look at the specific cases of North Macedonia,...
Read more >
How to change your Google Play country
Change your Google Play country · On your Android device, open the Google Play Store app Google Play . · At the top...
Read more >
Timeline of country name changes in HMG use: 1919 to 2022
Iceland; Republic of Iceland changed to Iceland. Turkey; Republic of Turkey changed to Turkey; Republic of Türkiye. 2019. Macedonia; Republic of ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found