Skip to content

Conversation

JacksonKearl
Copy link
Contributor

Closes #46326.

@JacksonKearl JacksonKearl self-assigned this Nov 5, 2019
@@ -323,9 +324,6 @@ export class SearchWidget extends Widget {
this.searchInput.setRegex(!!options.isRegex);
this.searchInput.setCaseSensitive(!!options.isCaseSensitive);
this.searchInput.setWholeWords(!!options.isWholeWords);
this._register(this.onSearchSubmit(() => {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extraneous, handled by searchView.

@JacksonKearl JacksonKearl merged commit 43fc44e into master Nov 6, 2019
@JacksonKearl JacksonKearl deleted the jackson/search-on-type branch November 6, 2019 20:48
@jbwyme
Copy link

jbwyme commented Nov 6, 2019

yes! so excited, thank you!

@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auto search - option to search while typing
2 participants