Fix flicker caused by custom js select component being loaded
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<div>
|
||||
<div>
|
||||
<select name="view" hx-get="{{ url_for('get_calendar', person_id=person['PersonId']) }}"
|
||||
hx-target="#container" hx-push-url="true" _="init js(me) tail.select(me, {}) end">
|
||||
hx-target="#container" hx-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">Notes</option>
|
||||
|
||||
Reference in New Issue
Block a user