Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```