'Add label to a selected time in vue-timepicker

I'm using vue2-timepicker library for time picker component.

I would like timepicker behave like label property of v-select

<v-select label="Text" .... /> <vue-timepicker label="From" ...

So i want that after selecting a time, the text "From" keep visible.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source