Skip to content

Commit

Permalink
fixes #1422 - in "select-mode" editing existing value does not re-fil…
Browse files Browse the repository at this point in the history
…ters the suggestions list
  • Loading branch information
yairEO committed Dec 21, 2024
1 parent 52c37a4 commit fd2c208
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/parts/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ export default {
// e.target.classList.remove('placeholder');
if( dropdownCanBeShown && condition2 ){ // && _s.mode != "select"
this.dropdown.show(this.value.length ? '' : undefined)
tagText?.focus()

this.events.callbacks.onDoubleClickScope.call(this, e)
this.setRangeAtStartEnd(false, tagText)
}

Expand Down

0 comments on commit fd2c208

Please sign in to comment.