Add aria-label to search input (#931)

This commit is contained in:
Rita Zhao 2019-05-11 21:58:53 -07:00 committed by Allen
parent 1e164bb3f4
commit 7c259cd1ee

View File

@ -69,6 +69,7 @@ class SearchBar extends React.Component {
id={ `search-bar-${tableId}` }
type="text"
style={ style }
aria-label="enter text you want to search"
onKeyUp={ () => this.onKeyup() }
onChange={ this.onChangeValue }
className={ `form-control ${className}` }