Skip to content

feat: Integrate LDropdown component for enhanced dropdown functionality in LSelect#1280

Open
iann460 wants to merge 30 commits intomainfrom
1210-cms-use-ldropdown-for-dropdowns-in-lcombobox-component-and-filter-options-in-contentoverview
Open

feat: Integrate LDropdown component for enhanced dropdown functionality in LSelect#1280
iann460 wants to merge 30 commits intomainfrom
1210-cms-use-ldropdown-for-dropdowns-in-lcombobox-component-and-filter-options-in-contentoverview

Conversation

@iann460
Copy link
Collaborator

@iann460 iann460 commented Jan 9, 2026

No description provided.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The package lock file should not change unless done as part of security patching

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove commented code

Comment on lines +128 to +130
const focusInput = () => {
inputElement.value?.focus();
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if the function is only used once, it can be added inline in the template (@click="() => inputElement?.focus()")

@iann460 iann460 force-pushed the 1210-cms-use-ldropdown-for-dropdowns-in-lcombobox-component-and-filter-options-in-contentoverview branch from 1558619 to 4f14ba9 Compare January 15, 2026 08:47
@MrDirkelz MrDirkelz force-pushed the 1210-cms-use-ldropdown-for-dropdowns-in-lcombobox-component-and-filter-options-in-contentoverview branch 3 times, most recently from 4f14ba9 to 20a8175 Compare January 15, 2026 09:02
Comment on lines +77 to +79
/*onClickOutside(comboboxParent.value, () => {
showDropdown.value = false;
});
});*/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this commented out good. But good choice to remove duplicate functionality

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just revert LSelect.vue to main.

@iann460 iann460 force-pushed the 1210-cms-use-ldropdown-for-dropdowns-in-lcombobox-component-and-filter-options-in-contentoverview branch from 9a75b21 to b92e4cf Compare January 15, 2026 11:51
@MrDirkelz MrDirkelz force-pushed the 1210-cms-use-ldropdown-for-dropdowns-in-lcombobox-component-and-filter-options-in-contentoverview branch from b92e4cf to 1045b9f Compare January 16, 2026 08:12
@MrDirkelz MrDirkelz force-pushed the 1210-cms-use-ldropdown-for-dropdowns-in-lcombobox-component-and-filter-options-in-contentoverview branch from 1045b9f to b96b076 Compare January 23, 2026 08:15
@MrDirkelz MrDirkelz force-pushed the 1210-cms-use-ldropdown-for-dropdowns-in-lcombobox-component-and-filter-options-in-contentoverview branch from 91c1670 to 1ae4292 Compare February 2, 2026 14:11
@MrDirkelz
Copy link
Collaborator

image

Dropdown not displaying options

Also some unused imports - and unused code left in

image

Is this also an LCombobox? Just check perhaps?

@iann460 iann460 force-pushed the 1210-cms-use-ldropdown-for-dropdowns-in-lcombobox-component-and-filter-options-in-contentoverview branch from 6bf2d86 to 3f41b14 Compare February 5, 2026 11:57
@MrDirkelz MrDirkelz force-pushed the 1210-cms-use-ldropdown-for-dropdowns-in-lcombobox-component-and-filter-options-in-contentoverview branch 3 times, most recently from bcfc56a to 7c1ca85 Compare February 12, 2026 09:34
@iann460 iann460 force-pushed the 1210-cms-use-ldropdown-for-dropdowns-in-lcombobox-component-and-filter-options-in-contentoverview branch from 2441e02 to 282ba0b Compare February 19, 2026 10:01
ChrisTouo and others added 19 commits February 25, 2026 13:18
…tion, and reset global language state in test utilities.
…pdate several package versions for improved compatibility
@iann460 iann460 force-pushed the 1210-cms-use-ldropdown-for-dropdowns-in-lcombobox-component-and-filter-options-in-contentoverview branch from a11b4b4 to 15d3939 Compare February 25, 2026 11:18
Copy link

@bell-johan bell-johan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comments @iann460

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove changes to root folder package.json / package-lock.json

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove changes to root folder package.json / package-lock.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CMS: Use LDropdown for dropdowns in LCombobox component and Filter Options in ContentOverview

5 participants