File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/components/ProjectList Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,17 +119,17 @@ export default class CardsContainer extends React.Component {
119
119
< div >
120
120
< div id = 'container' >
121
121
< div className = 'inputContainer' >
122
- < input id = 'search' type = 'text' name = 'search' placeholder = 'Search...' onChange = { this . handleChange } />
122
+ < input id = 'search' type = 'text' name = 'search' placeholder = 'Search...' onChange = { this . handleChange } aria-label = 'Search' />
123
123
</ div >
124
- < div className = 'inputContainer' >
124
+ < div id = "tag-selector-container" className = 'inputContainer' >
125
125
< Select
126
126
name = 'tag-selector'
127
127
value = { this . state . value }
128
128
onChange = { this . handleSelectChange }
129
129
options = { this . filterOptions }
130
130
multi = { true }
131
131
placeholder = { < div className = 'filter-placeholder-text' style = { { color : "#757575" } } > Filter</ div > }
132
- aria-labelledby = 'Filter '
132
+ aria-labelledby = 'tag-selector-container '
133
133
style = { { borderColor : "#DCDCDC" } }
134
134
/>
135
135
</ div >
You can’t perform that action at this time.
0 commit comments