Pedro Fidalgo
Pedro Fidalgo
Installed the plugin, also running the latest version of VS code. Im on a blade.php file, on the bottom right there is the "Laravel Blade" file type. But when i...
If you use an array of string for the days of the week like this: ` daysOfWeek={['M', 'T', 'W', 'T', 'F', 'S', 'S']}` The package will use duplicated keys and...
### Description If you click the accordion button 3 times fast, the accordion acts up and loses state. It stays closed, even tho the Arrow icon stays on the open...
### Vue Currency Input version 3.0.3 ### Vue version 3.2 ### What browser are you using? Chrome ### What operating system are you using? MacOS ### Reproduction link https://dm4t2.github.io/vue-currency-input/playground.html ###...
There is still an issue where it throws a `required is not defined` error. ```ts "cypress-axe": "^1.6.0", "axe-core": "^4.10.3" "cypress": "14.5.3", "vite": "^5.4.18", ``` When running `cy.injectAxe()`, I get: ```ts...