Allow for specifying whether to select the search input content when activated #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
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?
Problem: When I use the search panel multiple times, previous search input isn't cleared on subsequent searches.
This patch addresses this problem by adding a "select" option to the search config.
Steps to demo intended behavior
Adding the option "select" means that the previous content "foo" is selected by default when focusing on the search input with Cmd+f, so typing "bar" overrides the previous input.
I need to merge additional content into the wordflower:main branch, and so I'm going to close this pull request and then open a new one from a specific feature-branch (named "add-search-config-to-not-match-case")
Pull request closed