Gianluca Moro
Gianluca Moro
In my Angular v14.2.3 project using node v16.14.0, I get the following ```error TS7010: 'setMatrix', which lacks return-type annotation, implicitly has an 'any' return type.``` To solve this, I just...
Fixes https://github.com/primefaces/primeng/issues/16570
### Describe the bug The demo in the documentation of the [Autocomplete Show Clear](https://primeng.org/autocomplete#showclear) is not correct and does not compile. ### Environment Primeng 17.18.11 ### Reproducer https://stackblitz.com/edit/uccsl5?file=src%2Fapp%2Fdropdown-clear-icon-demo.ts ### Angular...
### Describe the bug Using `p-autocomplete` with `[showClear]="true"` (and without `multiple` mode) will clear the whole input at once when pressing `Backspace`. Our team and clients think this behaviour is...
Fixes https://github.com/primefaces/primeng/issues/16568