Евгений Гедройц

Results 10 comments of Евгений Гедройц

@nucliweb ,thank you for answer, but the problem persists. It is desktop-1870px.css : ``` @media only screen and (min-width: 1870px) { .game-stats-header::before { width: 24rem; } .game-stats-header__title span { display:...

the script not cloning "eventListeners" for the all inputs

I use ynpx and get the same problems > I've filed the bug to [zkochan/packages#180](https://github.com/zkochan/packages/issues/180) answer received

In my case "quasar dev -m electron" works fine out of the box but when i use "quasar build -m electron" i get an error in console I didn't save...

Я догадался почему происходит этот bug и хотел пофиксить. Выяснил, что onClose не вызывает перерасчёт valueComputed, а просто уничтожает модальное окно ``` const onClose = (event: HTMLElement) => { props?.onClose?.(event)...

My project was freezed(temporarily). And i have not the work time to close it, therefore i'm waiting the continous project. As a last resort, i`ll close it in free time...

I tested iMask but it works the same way. I did not remove cleave.js but add [simple-keyboard-input-mask](https://hodgef.com/simple-keyboard/modules/input-mask/) This results in two masks for VaInput: physics keyboard only and virtual keyborad...

> Yeah. We use cleave.js to handle masks. I think it only listens for keyboard events. When I was making a virtual keyboard, I emitted `new KeyboardEvent`. I wonder how...

I don't detect a problem with the inputs offset right now. There is only with date-input, if label is not specified (adding label=" " is fixed). Now the inputs grow in...

I'll ask you here, too. For some reason upper doesn't work or it's just not clear how it should work `"css.color.case": "upper"` Abbreviation: `bg#df`. Result: `background: #dfdfdfdf;` Expecting: `background: #DFDFDF;`