on supprime le code postal qui ne facilite pas la recherche d'adresses
This commit is contained in:
		@@ -76,7 +76,7 @@
 | 
			
		||||
    choices.showDropdown();
 | 
			
		||||
 | 
			
		||||
    setTimeout(() => {
 | 
			
		||||
      const searchTerm = htmlDecode('{{ object.location }}');
 | 
			
		||||
      const searchTerm = htmlDecode('{{ object.location }}').replace(/\(?\d{5}\)?/, '');
 | 
			
		||||
      choices.input.focus();
 | 
			
		||||
      choices.input.value = searchTerm;
 | 
			
		||||
      choices._handleSearch(searchTerm);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user