Добавлено управление выбором даты через календарь в компонент фильтрации по диапазону дат
This commit is contained in:
@@ -32,6 +32,14 @@
|
||||
title="Завтра">
|
||||
Завтра
|
||||
</button>
|
||||
<button type="button" class="btn btn-sm btn-outline-primary ms-1 calendar-picker-btn"
|
||||
title="Выбрать дату">
|
||||
<i class="bi bi-calendar3"></i>
|
||||
</button>
|
||||
<input type="date" class="calendar-picker-input"
|
||||
data-min-input="{{ field_after.id_for_label }}"
|
||||
data-max-input="{{ field_before.id_for_label }}"
|
||||
style="position: absolute; opacity: 0; pointer-events: none;">
|
||||
<button type="button" class="btn btn-sm btn-outline-secondary ms-1 clear-date-btn"
|
||||
data-min-input="{{ field_after.id_for_label }}"
|
||||
data-max-input="{{ field_before.id_for_label }}"
|
||||
|
||||
Reference in New Issue
Block a user