Skip to content

Commit

Permalink
DBC22-2089: Added more context to alt text for location search input …
Browse files Browse the repository at this point in the history
…field
  • Loading branch information
minORC authored and ray-oxd committed May 15, 2024
1 parent 123f273 commit 8505908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/Components/routing/LocationSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default function LocationSearch(props) {
placeholder={placeholder}
highlightOnlyResult={true}
inputProps={{
'aria-label': 'input field for location search',
'aria-label': 'input field for location ' + placeholder
}}
selectHint={(shouldSelect, e) => {
// Select the hint if the user hits 'enter'
Expand Down

0 comments on commit 8505908

Please sign in to comment.