You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When in default set hourMin != 0 (for example 10) , user clink on input datatimepiker form, plugin insert default date and time start 10 hour as I don't select date.
I have feature select first date, and before select time in selected date. The time object for default don't visible;
The text was updated successfully, but these errors were encountered:
I'm not quite sure if I understand you correctly - are you saying that you don't see the time when you select a date before the time?
Is this problem still present in the dev branch?
Когда фокус попадает в поле ввода, где вызывается datetimepicker, и если указано hourMin отличной от 0 (например hourMin = 10) то срабатывает проверка в методе _onTimeChange и в поле ввода вставляется дата и время, которую мы еще не выбрали. Если указано hourMin = 0 (т.е как по умолчанию) то при вставке появляется датапикер, и НЕ вставляет по умолчанию время и дату, пока мы не выберем либо дату либо время.
The text was updated successfully, but these errors were encountered: