Parcourir la source

Updates search to enable regex by default

main
Keith Daulton il y a 2 ans
committed by Eric Amodio
Parent
révision
3ff8393b84
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/webviews/apps/shared/components/search/search-field.ts

+ 1
- 1
src/webviews/apps/shared/components/search/search-field.ts Voir le fichier

@ -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;

Chargement…
Annuler
Enregistrer