J-Sek
J-Sek
## Description resolves #20360 ## Markup ```vue Click exactly the icon to verify import { computed, ref } from 'vue' const active = ref([]) const open = ref([]) const users...
## Description resolves #20342 ## Markup ```vue lastSavedValue: {{ lastSavedValue }} import { ref } from 'vue' const someValue = ref(0) const lastSavedValue = ref(0) const saving = ref(false) //...
## Description resolves #19900 I intend to include one more docs example for `0.00` once strict precision support (#20252) is merged. ## Markup: ```vue value: {{ someValue }} | {{...
## Description I have stumbled upon a misaligned divider and initially thought it should be rather `border-e`, but opted to make it play with responsive layout of this example. ##...
## Description Leaving precision unrestricted enables users to accidentally input invalid values. While it does not seem critical, QA engineers like to point out small things and bother developers. Most...
### Relevant scope Frontend specs ### Description [demo.realworld.how](https://demo.realworld.how/) acts as the primary example of the "realworld" web app, but it immediately screams "_bad UX, bad contrast, unreadable, outdated_". I wish...
## Description TODO: - [x] avoid scrolling for `next` and `prev` - [x] apply to VCombobox and VAutocomplete fixes #18383 ## Markup: ```vue VSelect VCombobox VAutocomplete import { ref }...
resolves #19883 ## Description The `mobile-breakpoint` prop requires `:mobile='null'` to work, otherwise it is ignored. It is not intuitive and developers ask about it on Discord or assume it does...
I just spent much more that I wish anybody should have, just to realize that there are too many ways to write code with `definePageMeta`, but only single one works...