Skip to content

Commit

Permalink
fix autocompletamento al submit selezione
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoexe committed Jul 15, 2024
1 parent 096c34e commit f66e7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sostituzioni/view/static/scripts/lib/selezione.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class Selezione {
if (this.current_index !== -1) {
this.seleziona(this.lista_visualizzati[this.current_index])
} else {
this.seleziona(this.ui_input.value)
this.ui_input.onblur()
}
this.ui_input.blur()
break
Expand Down

0 comments on commit f66e7de

Please sign in to comment.