You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see the function added to filter country based on user input but not able to see the call for this function anywhere. Also not able to see any property to set the country filter criteria. Below existing function code in csc_picker.dart
///filter Country Data according to user input
Future<List<String?>> getCountryData(filter) async {
Please add config/property to set country filter. For example only show certain set of countries just like United State, Canada, etc.
The text was updated successfully, but these errors were encountered:
I can see the function added to filter country based on user input but not able to see the call for this function anywhere. Also not able to see any property to set the country filter criteria. Below existing function code in csc_picker.dart
///filter Country Data according to user input
Future<List<String?>> getCountryData(filter) async {
Please add config/property to set country filter. For example only show certain set of countries just like United State, Canada, etc.
The text was updated successfully, but these errors were encountered: