1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 08:19:38 +02:00

Fixed: Focus on Search Bar on Add new page

Fixes #4104
This commit is contained in:
Qstick 2020-02-15 20:32:03 -05:00 committed by GitHub
parent 66ad75b759
commit dc22c8df1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,6 +102,7 @@ class AddNewMovie extends Component {
name="movieLookup"
value={term}
placeholder="eg. The Dark Knight, tmdb:155, imdb:tt0468569"
autoFocus={true}
onChange={this.onSearchInputChange}
/>