[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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user