Add an id attribute to Search boxes. Should fix #1998
This commit is contained in:
@@ -12,7 +12,7 @@ import { List, DateField } from '../common'
|
||||
|
||||
const UserFilter = (props) => (
|
||||
<Filter {...props} variant={'outlined'}>
|
||||
<SearchInput source="name" alwaysOn />
|
||||
<SearchInput id="search" source="name" alwaysOn />
|
||||
</Filter>
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user