From 8acf3b8391f0d4cf5154e87ca6b6bce5d552f2d8 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Tue, 9 Apr 2024 09:13:39 +0300 Subject: [PATCH] Calendar: add inputIconContainer --- components/lib/calendar/Calendar.vue | 8 +++++--- components/lib/calendar/style/CalendarStyle.js | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/components/lib/calendar/Calendar.vue b/components/lib/calendar/Calendar.vue index dc2152985..7cbecf344 100755 --- a/components/lib/calendar/Calendar.vue +++ b/components/lib/calendar/Calendar.vue @@ -48,9 +48,11 @@ diff --git a/components/lib/calendar/style/CalendarStyle.js b/components/lib/calendar/style/CalendarStyle.js index e36fbee80..a3b101add 100644 --- a/components/lib/calendar/style/CalendarStyle.js +++ b/components/lib/calendar/style/CalendarStyle.js @@ -16,6 +16,7 @@ const classes = { ], input: 'p-datepicker-input', dropdownButton: 'p-datepicker-dropdown', + inputIconContainer: 'p-datepicker-input-icon-container', inputIcon: 'p-datepicker-input-icon', panel: ({ instance, props }) => [ 'p-datepicker-panel p-component',