Explorar el Código

Updates search to enable regex by default

main
Keith Daulton hace 2 años
cometido por Eric Amodio
padre
commit
3ff8393b84
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/webviews/apps/shared/components/search/search-field.ts

+ 1
- 1
src/webviews/apps/shared/components/search/search-field.ts Ver fichero

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

Cargando…
Cancelar
Guardar