phoenixwong / vue2-timepicker

A dropdown time picker (hour|minute|second) for Vue 2.x, with flexible time format support
https://phoenixwong.github.io/vue2-timepicker/
MIT License
432 stars 193 forks source link

Instant feedback after manual number input #113

Closed jost-s closed 4 years ago

jost-s commented 4 years ago

The manual input is a welcome addition. By default there's a delay of 500 ms after a number key is pressed.

My suggestion is to instantly reflect the pressed key and wait for another key to be pressed with a configurable timeout. I've submitted a PR for this change.

AmitJoki commented 4 years ago

When will the next release be?

phoenixwong commented 4 years ago

ETA: by next Monday.

phoenixwong commented 4 years ago

Hi guys, the enhancements released in v1.1.1.

FYI, I renamed the configurable timeout property to manual-input-timeout.