Ruslan Baybekov

Results 6 issues of Ruslan Baybekov

Can you change your check `$this->message` [here](https://github.com/Borales/yii2-phone-input/blob/master/src/PhoneInputValidator.php#L37) to something like ```php if ($this->message === null) ``` I need an empty message but I cannot set it

bug

I don't wan't to use [intl-tel-input](https://github.com/jackocnr/intl-tel-input) and I set a phone field as standard text input. But intl-tel-input client validation includes to page. My project does not use jQuery and...

enhancement

@iRoachie brother, how are you? 1. fixed `ViewPropTypes` for RNWeb 2. sources moved to `src`. Now builded version in root folder (added to gitignore but not to npmignore) closes #341...

Sometimes js bundle can be reloaded / restarted (i.e. via Code-Push) without native restart. And if SmsRetriever has been started before js restarts, then we have app crash (or red...

As we know, Proto3 does not support extensions (except for declaring custom options). Extensions are fully supported in proto2 and editions though ([link](https://protobuf.dev/programming-guides/extension_declarations/)). For common tasks (such a CRUD) we...