elamperti / OpenWebScrobbler

🎧 An open source web scrobbler for Last.fm
https://openscrobbler.com/
GNU General Public License v2.0
319 stars 38 forks source link

Update TimePicker element automatically on keyboard input #142

Closed ENDrain closed 3 years ago

ENDrain commented 3 years ago

Is your feature request related to a problem? Please describe Currently, when you enter value in time picker from keyboard, you have to click elsewhere outside of an input field for the value in TimePicker element to update. This adds an extra step whenever I have to enter time manually.

Describe the solution you'd like It would've been nice if TimePicker values updated with as few additional steps as possible after keyboard input in time picker.

Describe alternatives you've considered

elamperti commented 3 years ago

The new picker won't accept keyboard input, at least for now. Depending on user feedback I may add some keyboard alternative in the future, but I'll be focused on other features in the short term. Thanks for taking the time to voice your concern!