Skip to content

Commit

Permalink
Merge pull request #1216 from dpc-sdp/bugfix/R20-2040-sort-label
Browse files Browse the repository at this point in the history
[R20-2040] sort options aria label
  • Loading branch information
dylankelly authored Jun 13, 2024
2 parents 042450f + e08dc8a commit 30775a8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<template>
<div class="rpl-form__outer tide-search-sort-options" data-invalid="false">
<div class="rpl-form__wrapper">
<RplFormLabel for="search-listing-sort-options">Sort by</RplFormLabel>
<RplFormLabel id="search-listing-sort-options-label">
Sort by
</RplFormLabel>
<div class="rpl-form__inner">
<RplFormDropdown
id="search-listing-sort-options"
Expand Down

0 comments on commit 30775a8

Please sign in to comment.