Pārlūkot izejas kodu

Updates search to enable regex by default

main
Keith Daulton pirms 2 gadiem
revīziju iesūtīja Eric Amodio
vecāks
revīzija
3ff8393b84
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      src/webviews/apps/shared/components/search/search-field.ts

+ 1
- 1
src/webviews/apps/shared/components/search/search-field.ts Parādīt failu

@ -147,7 +147,7 @@ export class SearchField extends FASTElement {
case = false;
@attr({ mode: 'boolean' })
regex = false;
regex = true;
handleInput(e: Event) {
const value = (e.target as HTMLInputElement)?.value;

Notiek ielāde…
Atcelt
Saglabāt