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 Place of Birth
</label> </label>
<div class="control"> <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> </div>
</div> </div>
@ -173,7 +173,7 @@
Place of Death Place of Death
</label> </label>
<div class="control"> <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> </div>
</div> </div>

View File

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