vue2-timepicker
Advanced tools
Changelog
v 0.2.2
Fixes v-model
watcher for cases like changing the input value programmatically (non-user behavior).
Added displayTime
in the return data of change
event.
Changelog
v 0.2.1
input-class
support. The custom input class will be assigned to the <input type="text">
within the component. (Thanks to @marufmax)placeholder
, just like other regular form elementsRefined @click.stop
logic
Fixes possible loader issue in some Webpack configs (Thanks to @RaphaelJ)
Changelog
v 0.2.0
hour-range
support. Added capability to show which hours are available and disabled the rest.hide-disabled-hours
. The best companion of hour-range
, for you to hide unwanted hours in the hour picker.disabled
parameter. To disable dropdown picker and clear button in the UI.open
and close
events to help tracking the dropdown toggle status. (Thanks to @tprashan)12
before 1
in the hour select for 12-hour format (hh
and h
). It will be more natural, especially when paired with hour-range
.name
parameter as regular form inputs. (Thanks to @dilipgurung)Changelog
v 0.1.4
Added stop propagation .stop
to click events