Closed rokerkony closed 11 years ago
https://github.com/lmc-eu/ngx-library/blob/master/src/modules/ui/timeInput/timeInput.js#L40
if element.val() is not from values (00:15, ..., 03:30, ...) autocomplete will not show
can be resolved by ($.inArray(element.val(), values) === -1) ? '' : element.val()
https://github.com/lmc-eu/ngx-library/blob/master/src/modules/ui/timeInput/timeInput.js#L40
if element.val() is not from values (00:15, ..., 03:30, ...) autocomplete will not show