Skip to content

Commit

Permalink
Update Calendar.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nivivive authored Apr 16, 2024
1 parent 4e5ea9b commit 6b8ea43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/calendar/Calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 6b8ea43

Please sign in to comment.