Conversation
a125984 to
33e363f
Compare
There was a problem hiding this comment.
The package lock file should not change unless done as part of security patching
There was a problem hiding this comment.
Seems to not be something that changes, github is incorrectly "recognising" it as changed. The code is actually just recognizing the last line as changed but from what I see it is not
| const inputElement = ref<HTMLInputElement>(); | ||
| const comboboxParent = ref<HTMLElement>(); | ||
| const dropdown = ref<HTMLElement>(); | ||
| //const dropdown = ref<HTMLElement>(); |
There was a problem hiding this comment.
Remove commented code
| const focusInput = () => { | ||
| inputElement.value?.focus(); | ||
| }; |
There was a problem hiding this comment.
if the function is only used once, it can be added inline in the template (@click="() => inputElement?.focus()")
1558619 to
4f14ba9
Compare
4f14ba9 to
20a8175
Compare
| /*onClickOutside(comboboxParent.value, () => { | ||
| showDropdown.value = false; | ||
| }); | ||
| });*/ |
There was a problem hiding this comment.
Remove this commented out good. But good choice to remove duplicate functionality
There was a problem hiding this comment.
Just revert LSelect.vue to main.
9a75b21 to
b92e4cf
Compare
b92e4cf to
1045b9f
Compare
1045b9f to
b96b076
Compare
91c1670 to
1ae4292
Compare
6bf2d86 to
3f41b14
Compare
bcfc56a to
7c1ca85
Compare
2441e02 to
282ba0b
Compare
…tionality and filter options
…pdown reference and updating click event
… selected option value handling
…ove redundant checks
…tion, and reset global language state in test utilities.
… in EditContent spec.
…pdate several package versions for improved compatibility
a11b4b4 to
15d3939
Compare
There was a problem hiding this comment.
An updated package-lock.json should not be committed if package.json did not change. Please revert change. (Remember to always use npm ci --install-links instead of npm install which will prevent making changes to packag-lock.json
There was a problem hiding this comment.
Remove changes to root folder package.json / package-lock.json
There was a problem hiding this comment.
Remove changes to root folder package.json / package-lock.json


No description provided.