Hello webix friends.
I have been using the webix library for many years, but since V10.3,
the following operation (datepicker setValue) has not been working correctly.
How should I specify the method to set date information as a string?
$$(“end_date”).setValue(“2025/3/1”); //Script error not working correctly
$$(“end_date”).setValue(new Date(“2025/3/1”)); //working correctly
https://snippet.webix.com/3mpc8vkb
V10.2 is working correctly