[UPDT] ATTENDANCE: Updated the attendance work record date input field's hx-trigger attribute to resolve the issue where changing the date using the calendar did not trigger the update

This commit is contained in:
Horilla
2025-06-04 14:41:50 +05:30
parent dc39e36945
commit 098bfa3df4

View File

@@ -62,7 +62,8 @@
name="month"
hx-get="{% url 'work-records-change-month' %}"
hx-target="#workRecordTable"
hx-trigger="keyup changed delay:0.5s">
hx-trigger="change"
>
</div>
</h6>
</div>