add default city to interment modals

pull/11/head
Dan Gowans 2025-04-30 15:11:12 -04:00
parent db05999c72
commit a7ce5a99cb
2 changed files with 4 additions and 2 deletions

View File

@ -148,7 +148,7 @@
Place of Birth
</label>
<div class="control">
<input class="input" id="contractIntermentAdd--birthPlace" name="birthPlace" type="text" maxlength="100" autocomplete="off" />
<input class="input" id="contractIntermentAdd--birthPlace" name="birthPlace" type="text" maxlength="100" autocomplete="off" list="datalist--cityDefault" />
</div>
</div>
</div>
@ -173,7 +173,7 @@
Place of Death
</label>
<div class="control">
<input class="input" id="contractIntermentAdd--deathPlace" name="deathPlace" type="text" maxlength="100" autocomplete="off" />
<input class="input" id="contractIntermentAdd--deathPlace" name="deathPlace" type="text" maxlength="100" autocomplete="off" list="datalist--cityDefault" />
</div>
</div>
</div>

View File

@ -163,6 +163,7 @@
type="text"
maxlength="100"
autocomplete="off"
list="datalist--cityDefault"
/>
</div>
</div>
@ -200,6 +201,7 @@
type="text"
maxlength="100"
autocomplete="off"
list="datalist--cityDefault"
/>
</div>
</div>