Popescu Dan

Results 146 comments of Popescu Dan
trafficstars

It's because of this: ```css .q-field__input[type=number]:invalid+.q-field__label, .q-field__native[type=number]:invalid+.q-field__label { transform: translateY(-40%) scale(0.75); } ``` Which is there because firefox shows the spinner arrows :( You can override that rule in your...

Hello. Can you please try to check what is in vendor.js on that line?

Are you sure you have ie11 in browserlist? https://v1.quasar.dev/quasar-cli/browser-compatibility#ie-11-support

@rstoenescu It looks like webpack-dev-server does not work as expected in IE11 when `inline: true` is used here: https://github.com/quasarframework/quasar/blob/285f9960dbd6af2e3f6bfb30045594e4121bbcf9/app/lib/quasar-conf-file.js#L600 https://github.com/webpack/webpack-dev-server/issues/2439 Maybe we could set it to false if IE11 support...

cross ref: https://github.com/quasarframework/quasar/issues/8245 https://github.com/quasarframework/quasar/issues/8286 https://github.com/quasarframework/quasar/issues/7581

It is run in the create phase, so on the server you'll get always the same thing

Never on first request/response cycle When all the planets align, something might work: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Viewport-Width https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Width https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-CH So as a short answer: no

Unfortunately this is a glitch with the border radius on Chrome. You can see the same with QDate/QTime in page: https://codepen.io/pdanpdan/pen/yLzVrYM?editors=1000 You can try and use square borders, or if...