-
Thanks for this repo.
#### Issue Description
Need to tap twice to dismiss keyboard when selecting country with keyboard popping up.
#### Steps to Reproduce / Code Snippets
```
…
-
i have tried to implement in Fragment but many errors like
cannot resolve symbol getAssets()
countryPicker = new CountryPicker.Builder().with(this).listener(this).build();
Cannot find this in bundl…
-
How can I trigger opening the modal from other part of the component? I would like to keep the component to show the result of a choice (I guess the flag) but triggering the modal I would like through…
-
Hello,
I am using ActionSheetPicker for iPhone and iPad but on iPad having iOS11+ the popover is not working. When I am trying to scroll the picker it will get dismissed automatically. I thought th…
-
#### Issue Description
The modal of the picker has an annoying behaviour of popping up with out actually pushing the button , this action triggers as soon as the screen is rendered
#### Expected…
-
### Subject of the issue
Describe your issue here.
### Steps to reproduce
Tell us how to reproduce this issue. Please provide a working demo.
### Expected behaviour
Tell us what should happen…
-
#### Issue Description
When I set
`withEmoji: false,`
application closes in the simulator with exception
```
2020-06-17 22:32:12.518143+0300 QliqChat[19619:600978] -[NSURLResponse allHeade…
-
#### Issue Description
[FILL THIS OUT]
#### Steps to Reproduce / Code Snippets
[FILL THIS OUT]
#### Expected Results
[FILL THIS OUT]
#### Additional Information
* Nodejs version: …
-
I use the library like this:
this.onChangeCountry(country.cca2, country.callingCode)
}
onClose={() => this.setState({ pickerVisible: false })}
…
-
Hi,
I needed a phone field that would also accept a country code. So, I pieced together a solution using `flutter_country_picker` and this package. Sharing it here in case (a) someone finds it usefu…