Implement a time picker control
We have a case where a time picker control is needed in here: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/101563#note_1195088327 Should we implement it? :slight_smile: ## Proposed solution Kind of what has been already done with `GlDatepicker` I would like to use this existing Vue2 component and style it to follow the GitLab UI design: https://phoenixwong.github.io/vue2-timepicker/. Another solution, maybe more future proof, could be using the native HTML `input` with `type="time"` and again style it to follow the GitLab UI design :slight_smile:
issue