quasar
quasar copied to clipboard
Quasar Framework - Build high-performance VueJS user interfaces in record time
**Describe the bug** [FOUDT: Flash of Unstyled Dark Theme](https://webcloud.se/blog/2020-04-06-flash-of-unstyled-dark-theme/) **Codepen/jsFiddle/Codesandbox**: https://codesandbox.io/s/peaceful-spence-jmu5d **To Reproduce** Steps to reproduce the behavior using given sandbox: 1. Make sure your browser is supporting `(prefers-color-scheme: dark)`...
### What happened? I'm using Quasar 1.19.4 with a NVDA screenreader and noticed that QSelect does not pronounce the label when it is focussed. This does work on Quasar 2+....
**Describe the bug** When using SSR and some conditional class based on `$q.screen.something` in an async component this conditional class is not updated. Example component: ```vue import { defineComponent }...
**What kind of change does this PR introduce?** - [ ] Bugfix - [x] Feature - [ ] Documentation - [ ] Code style update - [ ] Refactor -...
**Quasar CLI with Vite already supports this** https://quasar.dev/quasar-cli-vite/developing-ssr/ssr-webserver#replacing-express-js ------ **Is your feature request related to a problem? Please describe.** Not all project using express as backend. A clear and concise...
### What happened? When using QInput with `type="number"` and `required`, the label is always floated, even when the input has no value. ### What did you expect to happen? The...
**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [X] Feature - [X] Documentation - [ ] Code style update - [...
### What happened? The cancel button is not accessible by forward tabbing (shift + tab works) on a dialog with only a `cancel` and `ok` button and no focusable elements...
**Describe the bug** My iPhone can paste text on q-input, can not paste on q-input with textarea type **Codepen/jsFiddle/Codesandbox (required)** Test on [Quasar Docs](https://quasar.dev/vue-components/input#QInput-API) **To Reproduce** Steps to reproduce the...
### What happened? Either I can't focus on them at all or they sort of half focus and the keyboard appears, but no cursor is visible and whatever I type...