parent
8fdbfdc04c
commit
fc28b06a0f
@ -92,7 +92,7 @@ export class SearchFormComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
search() {
|
search() {
|
||||||
const searchText = this.searchForm.value.searchText.trim();
|
const searchText = this.searchForm.get('searchText').value.trim().toLowerCase();
|
||||||
if (searchText) {
|
if (searchText) {
|
||||||
this.isSearching = true;
|
this.isSearching = true;
|
||||||
if (this.regexAddress.test(searchText)) {
|
if (this.regexAddress.test(searchText)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user