-
Notifications
You must be signed in to change notification settings - Fork 11
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
Accept input straight away, not after loading #9
Comments
This is because the search used to be a live search and the disabled input prevented searches with an empty index. Disabling the submit button is good enough now. Will publish a new version soon. Thanks for the input. |
This is a partial fix for #9. One can already type into the field when the index gets parsed, though browser will propably not show the input as the parsing blocks rendering. The text will show up in the input once the parsing is done. It may be worth implementing async parsing.
You can now type into the search field and it will be focused on page load. |
So good. |
Sometimes I come to the site knowing exactly what search I want to type but the input field doesn't accept input until the packages have loaded. It's not a big deal to wait, just a little thing.
The text was updated successfully, but these errors were encountered: