diff --git a/packages/components/time-picker/src/content/RangeContent.tsx b/packages/components/time-picker/src/content/RangeContent.tsx index 8fb4090fb..ea0124d05 100644 --- a/packages/components/time-picker/src/content/RangeContent.tsx +++ b/packages/components/time-picker/src/content/RangeContent.tsx @@ -103,7 +103,7 @@ export default defineComponent({ readonly={props.readonly} focused={inputFocused.value} placeholder={placeholder} - onChange={handleInput} + onInput={handleInput} onClear={handleInputClear} onFocus={handleInputFocus} onBlur={handleInputBlur}