Releases: loadingio/lddatetimepicker
Releases · loadingio/lddatetimepicker
0.0.11
0.0.10
0.0.9
0.0.8
- proper handle invalid input
- add
mode
with following mode supported:in-place
: default value. widget is inserted afterhost
.out-place
: widget is inserted underdocument.body
.fixed
: widget is inserted underdocument.body
, with fixed position style.
- support
container
option for customized modal window.
0.0.6
0.0.5
0.0.4
0.0.3
- add
isOn
API for checking if dialog is active or not - handle key event only if dialog is on
- separate toggling code into standalone
toggle
api - show local timezone offset in host
- update ui also when hour / minute change
- fix bug: hour / minute don't work
- support enter / escape to close
- let dialog be mutual exclusive
- fix bug: incorrect position when scrolling if scroll element is outside the absolute / relative positioned element.