Nikolay

Results 285 comments of Nikolay

Remove `onChange={ event => { console.log(event); onChange(event); } }` because it's now replaced with `onChangeText`. > If you would like to know how I am doing it, I would love...

Hi. Going with 3.x meant a full spring cleaning of the code and I decided to remove anything that isn't required in terms of a modern setup. `redux-form` surely will...

This bug seems to be affecting version `2.x` because it seems to have been using the now-removed flags from that `lipis` repo. Users should migrate to the latest version `3.x`...

> I've upgraded the package to version 3.0.0 but it seems like it's still trying to fetch the icons from lipis's library. It shouldn't.

Hmm, that's weird. See if using the original functions from `libphonenumber-js` works: ```js import { isValidPhoneNumber, isPossiblePhoneNumber, getCountryCallingCode, getCountries, isSupportedCountry } from 'libphonenumber-js/min' ```

> Guadeloupe flag is bad. the component displays French flag, but the Guadeloupean flag is The library uses the official and commonly-accepted one: https://en.wikipedia.org/wiki/Guadeloupe > As a part of France,...

Hi. This could potentially be related to `input-format` that's used by default. See if `smartCaret={false}` behaves differently. I didn't test this library in someting like the scenario you're describing, so...

I looked at the sources at path `./source/PhoneInput.js` -> `./source/InputSmart.js` -> `input-format/source/template parser.js` -> `input-format/source/helpers.js`, and there's no `parser` variable name. Perhaps there's something with your `node_modules`.