-
See https://stackoverflow.com/questions/52863344/bootsfaces-typeerror-mindate-could-not-parse-date-parameter
-
First: Thanks for this really cool and easy to use framework!
I would like to use a input field of type 'date' to support browser specific date picker implementations, but it always shows the error '…
-
Currently I can move back hundreds of years even if minimum date is specified. How can I disable that?
-
It seems that the DateBox components requests the browser locale at initialization time. When I try to use the Design view of an UIBinder xml file containing a reference to the datepicker, I get the f…
-
As requested by @geordee:
> It would be great to have standard components for date and time fields, in line with material design guidelines.
>
> https://www.google.com/design/spec/components/pickers…
-
When load the app, got below error: Exception: Call to Node module failed with error: TypeError: ctorParameters.map is not a function
-
Hi,
I'll open this issue to talk about localisation support for MK. As a experiment I've added l18n support to example-invoice using tap:i18n and it works very well ;) Maybe, it could be possible to …
ljack updated
8 years ago
-
When I use the DateBoxAppended inside a PopupPanel I am getting a couple of things going wrong. Firstly, when I click inside the TextBox I get the picker showing up twice, once for the TextBox and onc…
-
The date picker is not correctly positioned when the field is inside a div with scroll.
I solved it with getBoundingClientRect function (most browsers support it):
var clientRect = opts.field.getBoun…
-
Hi and thank for a brilliant piece of sw.
I´d like to utilise this together with knockout.
Say I´ve got a list of task that I can update either in the calendar view or the list view.
I´d like to sett…
asleg updated
10 years ago