ChrisEbert / strapi-plugin-country-select

A strapi custom field for selecting any country based on the ISO 3166-1 country code standard.
MIT License
10 stars 12 forks source link

[Feature Request] Settings: Allow multiple countries selection #1

Open LB22 opened 1 year ago

LB22 commented 1 year ago

First off, what an awesome custom field you've built! Just installed it.

A nice addition to this, that I'm sure you've thought about, would be to allow selection of multiple countries.

Let me know what you think.

ChrisEbert commented 1 year ago

Hey @LB22! There is already a fork created by @Zaydme which allows multiple selection of countries. You can install strapi-plugin-multi-country-select from npm as well.

Zaydme commented 1 year ago

Thank you @ChrisEbert, wouldn't have been possible without your awesome work!

bbangert commented 1 year ago

@Zaydme On the latest strapi (4.6), installing the multi-country one made the admin page go blank.

(I would've filed this as an issue on your fork, but Issues is disabled)

entelostre commented 1 year ago

@bbangert @Zaydme Same for me

Zaydme commented 1 year ago

The mentioned plugin is a modified copy of my other plugin strapi-plugin-multi-select based on this same repo, big thanks to ChrisEbert

I have recently update the base plugin but not the countries one, please expect an update shortly which will fix hopefully all issues.

Edit: Updated! please use strapi-plugin-multi-country-select@^1.2.0

entelostre commented 1 year ago

Thank you @Zaydme you are the best!

SalahAdDin commented 10 months ago

Hey @LB22! There is already a fork created by @Zaydme which allows multiple selection of countries. You can install strapi-plugin-multi-country-select from npm as well.

it would be better if the same plugin supported multiple features, it is better than installing multiple micro plugins, I think.