Skip to content

Commit 2f1eb4b

Browse files
authored
fix: TimePicker input should be readonly like DatePicker. fix vueComponent#4084 (vueComponent#4085)
1 parent 9bb90e7 commit 2f1eb4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/vc-time-picker/TimePicker.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ export default {
375375
onFocus={onFocus}
376376
onBlur={onBlur}
377377
autoFocus={autoFocus}
378-
readOnly={!!inputReadOnly}
378+
readOnly
379379
id={id}
380380
/>
381381
{inputIcon || <span class={`${prefixCls}-icon`} />}

0 commit comments

Comments
 (0)