Merge pull request #757 from mempool/wiz/revert-search-input-lowercase-conversion
Revert "Support uppercase addresses when searching."
This commit is contained in:
		
						commit
						24d18b9f2f
					
				| @ -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