Skip to content

Commit 59da3e5

Browse files
authored
fix: CalendarPart dateInputElement has two onChange handler , remove the previous (#2289)
1 parent ebb882c commit 59da3e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/vc-calendar/src/range-calendar/CalendarPart.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ const CalendarPart = {
114114
value={value}
115115
showClear={showClear || false}
116116
selectedValue={selectedValue[index]}
117-
onChange={inputSelect}
118117
onChange={inputChange}
119118
onSelect={inputSelect}
120119
clearIcon={clearIcon}

0 commit comments

Comments
 (0)