Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lenni009/primevue-input-bug
Minimal reproduction for a bug in PrimeVue
https://github.com/lenni009/primevue-input-bug
Last synced: about 1 month ago
JSON representation
Minimal reproduction for a bug in PrimeVue
- Host: GitHub
- URL: https://github.com/lenni009/primevue-input-bug
- Owner: Lenni009
- License: gpl-3.0
- Created: 2024-09-12T16:42:41.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T17:25:03.000Z (2 months ago)
- Last Synced: 2024-09-13T06:36:55.604Z (2 months ago)
- Language: Vue
- Homepage: https://lenni009.github.io/primevue-input-bug/
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# primevue-input-bug
Minimal repro for a bug in PrimeVue: https://lenni009.github.io/primevue-input-bug
This bug is very weird. Commenting out a div that only holds some text fixes the bug. Keeping the div in the code without comment brings the bug back.
Since comments are removed during the build step, this does not fix the bug in production.
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Type-Check, Compile and Minify for Production
```sh
npm run build
```