mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[GH-ISSUE #171] [BUG] Enter key does work from search results page #123
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#123
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @g4jc on GitHub (Jan 19, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/171
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Additional context
The input field is labeled as
type="text"rather thantype="search", assuming this behavior was not intended, something like this should fix it:@benbusby commented on GitHub (Jan 19, 2021):
Thanks for the heads up -- fixed in
github.com/benbusby/whoogle-search@5c69283e80.