Add an id attribute to Search boxes. Should fix #1998
This commit is contained in:
@@ -60,7 +60,7 @@ const ArtistFilter = (props) => {
|
||||
const translate = useTranslate()
|
||||
return (
|
||||
<Filter {...props} variant={'outlined'}>
|
||||
<SearchInput source="name" alwaysOn />
|
||||
<SearchInput id="search" source="name" alwaysOn />
|
||||
<ReferenceInput
|
||||
label={translate('resources.artist.fields.genre')}
|
||||
source="genre_id"
|
||||
|
||||
Reference in New Issue
Block a user