Skip to content

Commit b12fd16

Browse files
authored
Merge pull request #102 from microsoft/100-searchbox-needs-an-accessible-name
100 searchbox needs an accessible name
2 parents 19c4a1a + 291cb46 commit b12fd16

File tree

4 files changed

+127
-134
lines changed

4 files changed

+127
-134
lines changed

COVERAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ We currently cover the following components:
5050
- [] RatingDisplay
5151
- [x] Radio
5252
- [x] RadioGroup
53-
- [] SearchBox
53+
- [x] SearchBox
5454
- [] Select
5555
- [x] Slider
5656
- [N/A] Skeleton

lib/applicableComponents/inputBasedComponents.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT License.
33

4-
const applicableComponents = ["Input", "Slider", "DatePicker", "TextArea", "TextField", "TimePicker"];
4+
const applicableComponents = ["Input", "Slider", "DatePicker", "TextArea", "TextField", "TimePicker", "SearchBox"];
55

66
module.exports = {
77
applicableComponents

0 commit comments

Comments
 (0)