Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #1487 - Autofocus search modal input #1490

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

9uifranco
Copy link

This addresses issue #1487 by adding a proper autofocus on algolia-search modal. It focus on the input field when user types something for the first time.
Pull requests ##1418 add autofocus on search input, but that doesn't seem to be working. Also, this solution produced a warning "Avoid using autofocus".
Pull request ##1442 also resolves this issue but uses setTimeout to autofocus.

This commit addresses issue fireship-io#1487 by adding a proper autofocus on algolia-search modal. This focus on the input field when user types something for the first time.
Pull requests #fireship-io#1418 add autofocus on search input, but that doesn't seem to be working. Also, this solution produced a warning "Avoid using autofocus".
Pull request fireship-io#1442 also resolves this issue but uses setTimeout to autofocus.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant