Voltra
Voltra
When giving HTML attributes to the component (such as `name` or `id`), these are attached to the root of the component instead of being attached to the actual input (so...
I took the liberty of creating and adding accurate type declarations for `[email protected]` as I think it'll greatly help with Language Servers being integrated into most IDEs and text editors
### Describe the bug When the dropdown's placeholder value is the same as the select option's label, the Dropdown components adds the `p-placeholder` class even though it semantically makes no...
**Steps to reproduce:** 1. Create a Nuxt project 2. Configure its router's mode to `"hash"` 3. Create a page or two 4. Install and configure the sitemap plugin (sample hostnames:...
Changes: * Migrate from commonjs build to UMD * Extract CSS to its separate file (because styles injection caused issues with SSR, especially Nuxt 2) * Update docs to reflect...
Hi, I recently tried to use this library for a small project but got a compile error for `q/pp.hp` on line 126 stating : ``` error: '__FUNCSIG__' was not declared...
Currently the search input is not debounced and thus feels very unresponsive, in addition to the API requests generated per character as evidenced by the provided screenshot:
### Environment - Operating System: `Windows_NT` - Node Version: `v16.14.0` - Nuxt Version: `3.0.0-rc.12` - Nitro Version: `0.6.0` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `-` -...
### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...
bugfix: Fix incompatibility issue with hydration hooks in forms (spatie-laravel-translatable-plugin)
## Description This PR fixes an issue in the locale switcher that made the form filling behave differently on locale switch than on page load. Without this PR, packages like...