mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-03-19 20:29:50 +00:00
Add aria-label to search input (#931)
This commit is contained in:
parent
1e164bb3f4
commit
7c259cd1ee
@ -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}` }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user