Closed olleolleolle closed 3 years ago
This Issue is a feature request.
You're adding country_select pickers, but need to exclude a few countries from the list of options throughout your app.
country_select
Now, you need to use exclude: in many places, and teach developers to do this everywhere.
exclude:
A way to tell country_select to skip a list of country codes at all times, being a default for the option except:.
except:
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:
.