p-dropdown's showClear is not working if a p-calendar is present #1012
-
Hello! <div class="card flex justify-content-center">
<form [formGroup]="formGroup">
<p-dropdown
formControlName="selectedCity"
[showClear]="true"
[options]="cities"
optionLabel="name"
placeholder="Select a City"
></p-dropdown>
<p-calendar></p-calendar>
</form>
</div> The times icon is present, but it does not clear the content, instead it just opens the dropdown. Edit: In 17.3.2 it worked well with the calendar. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, This issue has been fixed and the fix will be available in the upcoming release next week. |
Beta Was this translation helpful? Give feedback.
-
when using [showIcon]="true" and [showClear]="true" they overlap each other on p-calendar
|
Beta Was this translation helpful? Give feedback.
Hi,
This issue has been fixed and the fix will be available in the upcoming release next week.
primefaces/primeng#14606