fix: CalendarPart dateInputElement has two onChange handler , remove the previous (#2289)

pull/2275/head
Jy 2020-05-24 22:24:09 +08:00 committed by GitHub
parent ebb882c129
commit 59da3e54e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@ const CalendarPart = {
value={value}
showClear={showClear || false}
selectedValue={selectedValue[index]}
onChange={inputSelect}
onChange={inputChange}
onSelect={inputSelect}
clearIcon={clearIcon}