countries / country_select

Gemification of rails's country_select
https://country-select-demo.onrender.com
MIT License
704 stars 198 forks source link

Feature request: Allow user-configured defaults for "except:" option #183

Closed olleolleolle closed 3 years ago

olleolleolle commented 3 years ago

This Issue is a feature request.

Use case

You're adding country_select pickers, but need to exclude a few countries from the list of options throughout your app.

Now, you need to use exclude: in many places, and teach developers to do this everywhere.

Feature

A way to tell country_select to skip a list of country codes at all times, being a default for the option except:.