mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-03-31 09:54:31 +00:00
Add aria-label to search input (#931)
This commit is contained in:
@@ -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}` }
|
||||
|
||||
Reference in New Issue
Block a user