File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22 "name" : " vue3-excel-editor" ,
33 "email" : " apple.6502@gmail.com" ,
44 "description" : " Vue3 plugin for displaying and editing the array-of-object in Excel style" ,
5- "version" : " 1.0.10 " ,
5+ "version" : " 1.0.11 " ,
66 "main" : " src/main.js" ,
77 "dependencies" : {
88 "@vuepic/vue-datepicker" : " ^3.3.0" ,
Original file line number Diff line number Diff line change @@ -2631,7 +2631,7 @@ export default {
26312631 }
26322632 list .sort ()
26332633 }
2634- this .autocompleteSelect = list .findIndex (element => element .toUpperCase ().includes (value))
2634+ this .autocompleteSelect = list .findIndex (element => element .toUpperCase ().startsWith (value))
26352635 this .autocompleteInputs = list
26362636 const rect = this .currentCell .getBoundingClientRect ()
26372637 this .lazy (() => {
You can’t perform that action at this time.
0 commit comments