Revert "Support uppercase addresses when searching."
This reverts commit fc28b06a0feb4fa278d0e1c5907845fc8ba6725a.
This commit is contained in:
parent
ec12f21113
commit
79ef8ca371
@ -92,7 +92,7 @@ export class SearchFormComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
search() {
|
search() {
|
||||||
const searchText = this.searchForm.get('searchText').value.trim().toLowerCase();
|
const searchText = this.searchForm.value.searchText.trim();
|
||||||
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