Skip to content

Commit

Permalink
fix(comp:time-picker): fix time range input (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Jun 15, 2022
1 parent 5fffb9b commit 56bd1b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 56bd1b2

Please sign in to comment.