Hi,
my need is to have a datepicker with a multiselection but without today preselected. By searching I found this post http://disq.us/p/25dzku7, and tried the same thing but without result, here is a snippet: Code Snippet
Can you suggest a way to obtain my desired result ?
But take into account that in this example I used the original component name (webix.ui.calendar) in protoUI, so it affected it directly (for all views), rather than creating a custom view.
So this method is suitable for global fixes.
But in larger applications, or if our complex widgets are used, it is better to write other changes in separate (new) components and then use for building the UI.
On line 6, we check if the date is an array containing null or an empty string. If so, we select null .
On line 10, this is the way how to call the default setValue method of the view: