Alexander Yatsenko

Results 6 comments of Alexander Yatsenko

Hi, when this will be available? We're waiting for this too.

You can pass function to mask prop: ```jsx // infinite numbers Array.from(s).map(() => /[\d]/)} guide={false} /> ```

Maybe someone will find it useful ```js const HttpsProxyAgent = require("https-proxy-agent"); const WebSocket = require("ws"); const ReconnectingWebSocket = require("reconnecting-websocket"); const wsUrl = "wss://some.url"; const agent = new HttpsProxyAgent("http://ip:port"); class WebSocketWithAgent...

Hi! At the moment there are difficulties with the CSF format. I don't have a lot of free time right now, but at our company we plan to update the...

> Ну пока я тут вижу только настройку под chrome (если правильно понимаю), отсюда и вопрос про cypress) планируется дорабатывать конфиг? > > И насколько мне известно, то у нас...

В [коммите](https://github.com/alfa-laboratory/arui-feather/pull/214/commits/ca833002f7cff91a0a3334dd08bf303eb7da3410) была сделана правка, которая предотвратила установку атрибута `value` для кнопки, что вполне корректно. Из-за этого в обработчик блюра попадает `undefined`, даже если `value` для `Radio` установлен. Есть два...