Component: calendar component doesn't display the clear icon properly in certain conditions #15843
Labels
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Describe the bug
with IconDisplay 'input' shows incorrectly
Calendar having both input icon and clear icon does not show properly
with
IconDisplay 'button' it works properly
Environment
Angular 17 project
Reproducer
Stackblitz
Angular version
17.2.0
PrimeNG version
17.18.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.9.0
Browser(s)
Edge 126
Steps to reproduce the behavior
set both
<p-calendar [showIcon]="true"
[iconDisplay]="'input'"
[timeOnly]="true"
hourFormat="12"
[showClear]="true" />
Expected behavior
it should show the icon's properly
The text was updated successfully, but these errors were encountered: