Skip to content

Commit

Permalink
add accessible label
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Oct 31, 2024
1 parent e0fb571 commit 8e33288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/lotOccupancy-search.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<div class="field has-addons">
<div class="control has-icons-left">
<div class="select">
<select id="selectFilter--lotNameSearchType" name="lotNameSearchType">
<select id="selectFilter--lotNameSearchType" name="lotNameSearchType" aria-label="<%= configFunctions.getConfigProperty("aliases.lot") %> Filter Type">
<option value="">contains</option>
<option value="startsWith">starts with</option>
<option value="endsWith">ends with</option>
Expand Down

0 comments on commit 8e33288

Please sign in to comment.