You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
). The Tree component is the only place where a pInputText has the search type (that I could find).
I wish I could make a PR but I don't have the time and the solution picked (if this is considered an anomaly) would most likely result in more lost time down the road (as you can either decouple or add parameterability in the Tree component).
Describe the bug
example: https://primeng.org/treeselect#filter, presence of a blue delete cross that is basically unstylable
Cause: This is due to how the Treeselect and Tree component are tied together (see:
primeng/packages/primeng/src/tree/tree.ts
Line 727 in cd5848c
I wish I could make a PR but I don't have the time and the solution picked (if this is considered an anomaly) would most likely result in more lost time down the road (as you can either decouple or add parameterability in the Tree component).
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/github-e1wrg7c2?file=src%2Fapp%2Fapp.component.ts
Environment
server: arch linux
Angular version
19.0.0
PrimeNG version
v19
Node version
No response
Browser(s)
any (seen in both edge and firefox, can't check safari but it's most likely the same)
Steps to reproduce the behavior
Expected behavior
the blue cross should be either hidden or at least stylable
The text was updated successfully, but these errors were encountered: