From 6b8ea43c6de78718bf2831b8f88b5b55c3547c5f Mon Sep 17 00:00:00 2001 From: Nivi Jayasekar Date: Mon, 15 Apr 2024 19:11:53 -0700 Subject: [PATCH] Update Calendar.js --- components/lib/calendar/Calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/calendar/Calendar.js b/components/lib/calendar/Calendar.js index 10c50d4911..51e9fcdea5 100644 --- a/components/lib/calendar/Calendar.js +++ b/components/lib/calendar/Calendar.js @@ -4036,7 +4036,7 @@ export const Calendar = React.memo( name={props.name} type="text" role="combobox" - className={(props.inputClassName, cx('input', { context }))} + className={classNames(props.inputClassName, cx('input', { context }))} style={props.inputStyle} readOnly={props.readOnlyInput} disabled={props.disabled}