-
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
-
Hi,
First of all thanks for your superlike timepicker. I have an issue, I want to stop entering other times rather between mintime, maxtime. Is this function available or I missed documentation? I…
-
dojango/forms/widgets.py:240:
initial = datetime.time(*time.strptime(initial, input_format)[3:6])
datetime.time has no strptime method.
ghost updated
12 years ago
-
```
[:month, :year], :discard_day => true %>
```
This currently only generates the 2i and 1i select boxes and does not create a hidden input for 3i as Rails expects, which causes a `ActiveRecord::Mu…
-
The current browser implementation of date and datetime is currently buggy at best or non existant.
Give us an option to use the Django widgets instead.
FORMS_BUILDER_USE_BUILTIN_WIDGETS
-
This style exists on TimeInput, but not TimeStepper. It should be passed through to TimeInput.