Fix flicker caused by custom js select component being loaded

This commit is contained in:
Peter Stockings
2024-04-11 18:12:51 +10:00
parent 0e5de89e81
commit ed1b91f9b7
5 changed files with 19 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
<div class="mr-4">
<select name="view" hx-get="{{ url_for('get_calendar', person_id=person_id) }}" hx-target="#container"
x-push-url="true" _="init js(me) tail.select(me, {}) end">
x-push-url="true" _="init js(me) tail.select(me, {}) end" class="h-10 invisible">
<option value="month">Month</option>
<option value="year">Year</option>
<option value="notes" selected>Notes</option>