quasar
quasar copied to clipboard
Quasar Framework - Build high-performance VueJS user interfaces in record time
### What happened? Sorry for vague title. I have a more specific issue but I think it must be part of a more general issue (which I don't understand). I'll...
### What happened? When clicking on a control that opens a popup, the popup appears first offset to the right and then snaps to a centered position. ### What did...
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** 'routes' to be autogenerated, based on the folder structure in src/pages. No need to...
### What happened? The `QUploader` scoped param is not fully typescript-ready. I used the [official example for QUploader custom header](https://quasar.dev/vue-components/uploader#example--custom-header) and [although some properties are already properly typed](https://github.com/quasarframework/quasar/issues/11090), others from...
The prop 'hasError' generates a TS error, types that are generated based on the docs are incorrect
First of all I deeply apologize for my bad English. I wanted to use the internal validation from quasar and my code is below this text also what I've learned...
### What happened? I noticed weird behavior on Firefox Browser, when there is menu popup and programmatic dimming on top parent div - menu is immediately hidden after popup. If...
### What happened? When you select any option on QSelect it scrolls to top of screen. ### What did you expect to happen? It should not scroll to top of...
**What kind of change does this PR introduce?** - [ ] Bugfix - [ ] Feature - [X] Documentation - [ ] Code style update - [ ] Refactor -...
### What happened? This is a follow-up to the issue reported in https://github.com/quasarframework/quasar/issues/13576, which was fixed with the current release. However, the screen reader does still not fully work for...
**Is your feature request related to a problem? Please describe.** We would like to migrate form Quasar v1 to Quasar v2. In our current application, we have "auto-open/close" selects on...