Skip to content

Commit

Permalink
Merge pull request #102 from microsoft/100-searchbox-needs-an-accessi…
Browse files Browse the repository at this point in the history
…ble-name

100 searchbox needs an accessible name
  • Loading branch information
aubreyquinn authored Sep 18, 2024
2 parents 19c4a1a + 291cb46 commit b12fd16
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 134 deletions.
2 changes: 1 addition & 1 deletion COVERAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ We currently cover the following components:
- [] RatingDisplay
- [x] Radio
- [x] RadioGroup
- [] SearchBox
- [x] SearchBox
- [] Select
- [x] Slider
- [N/A] Skeleton
Expand Down
2 changes: 1 addition & 1 deletion lib/applicableComponents/inputBasedComponents.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

const applicableComponents = ["Input", "Slider", "DatePicker", "TextArea", "TextField", "TimePicker"];
const applicableComponents = ["Input", "Slider", "DatePicker", "TextArea", "TextField", "TimePicker", "SearchBox"];

module.exports = {
applicableComponents
Expand Down
Loading

0 comments on commit b12fd16

Please sign in to comment.