mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-31 06:31:41 +00:00
Fixed the bug where search gets cleared after user clicks inside the suburb input field.
This commit is contained in:
@@ -77,5 +77,5 @@ setup_suburbs_autocomplete = ->
|
||||
noResults: ""
|
||||
results: ->
|
||||
|
||||
$("#suburb_search").keypress ->
|
||||
$("#suburb_search").change ->
|
||||
$("#suburb_id").val('')
|
||||
|
||||
Reference in New Issue
Block a user