Releases: phoenixwong/vue2-timepicker
Releases · phoenixwong/vue2-timepicker
v1.1.6
v1.1.5
New
- Support changing dropdown direction with the
drop-direction
property. It accepts three string values:"up"
,"auto"
and"down"
(default). - Additional
container-id
anddrop-offset-height
as helpers for the "auto" drop direction. Please check the documentation for more info.
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
New
- Support manually input values with the
manual-input
toggle. - Enable to hide the dropdown menu with
hide-dropdown
in Manual Input (manual-input
) mode. - Added conditional helper classes
is-empty
,invalid
andall-selected
to the<input>
element. - Change the
<input>
border to red color when user input is invalid. E.g., when it contains a disabled hour value. You can mute this auto-styling by adding"skip-error-style"
toinput-class
. - Add support to the
autocomplete
attribute. - Emit
error
event when the input value becomes invalid. - Emit
focus
andblur
events to help to identify the focus/blur state. Useful when the dropdown is force hidden byhide-dropdown
.
Improvements
Enable seamless loop from the start or end of a column in advanced-keyboard
mode.
v1.1.0-beta.2
New
- Enable to hide the dropdown menu with
hide-dropdown
in Manual Input (manual-input
) mode. - Emit
error
event when the input value becomes invalid. - Emit
focus
andblur
events to help to identify the focus/blur state. Useful when the dropdown is force hidden byhide-dropdown
.
v1.1.0-beta.1
New
Added support to the autocomplete
attribute.
v1.1.0-beta.0
New
- Support manually input values with the
manual-input
toggle. - Added conditional helper classes
is-empty
,invalid
andall-selected
to the<input>
element. - Change the
<input>
border to red color when user input is invalid. E.g., when it contains a disabled hour value.
Improvements
Enable seamless loop from the start or end of a column in advanced-keyboard
mode.