Open tbl0605 opened 1 year ago
Hi, Sometimes the "select" event doesn't return a non-null element when used this way:
<vue-simple-suggest @select="setValueFromSuggestion" ...
To reproduce the problem with a vue-simple-suggest component:
Fortunately, the fix is quite simple.
Thierry.
Hi, Sometimes the "select" event doesn't return a non-null element when used this way:
To reproduce the problem with a vue-simple-suggest component:
Fortunately, the fix is quite simple.
Thierry.